From 10f0bbc63d832536e8139e2f91c047c2cbe29c17 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 5 Oct 2022 15:45:40 -0500 Subject: [PATCH] tournaments: included resolved markets --- web/lib/firebase/contracts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/lib/firebase/contracts.ts b/web/lib/firebase/contracts.ts index d7f6cd88..188c29bf 100644 --- a/web/lib/firebase/contracts.ts +++ b/web/lib/firebase/contracts.ts @@ -108,7 +108,6 @@ export const tournamentContractsByGroupSlugQuery = (slug: string) => query( contracts, where('groupSlugs', 'array-contains', slug), - where('isResolved', '==', false), orderBy('popularityScore', 'desc') )