descrease reward threshold

This commit is contained in:
keyan 2023-11-12 10:13:20 -06:00
parent 081e22f63e
commit 58bd86339a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export function earn ({ models }) {
FROM item_ratios)
SELECT "userId", id, type, rank, proportion
FROM proportions
WHERE proportion > 0.0001`
WHERE proportion > 0.000001`
// in order to group earnings for users we use the same createdAt time for
// all earnings