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