Change sign
This commit is contained in:
parent
1ebf31d0a8
commit
b9ab4b4f14
|
@ -22,7 +22,7 @@ async function getTrendingContracts() {
|
|||
firestore
|
||||
.collection('contracts')
|
||||
.where('isResolved', '==', false)
|
||||
.where('closeTime', '>', Date.now() - DAY_MS)
|
||||
.where('closeTime', '>', Date.now() + DAY_MS)
|
||||
.where('visibility', '==', 'public')
|
||||
.orderBy('popularityScore', 'desc')
|
||||
.limit(50)
|
||||
|
|
Loading…
Reference in New Issue
Block a user