descrease reward threshold
This commit is contained in:
parent
081e22f63e
commit
58bd86339a
|
@ -136,7 +136,7 @@ export function earn ({ models }) {
|
||||||
FROM item_ratios)
|
FROM item_ratios)
|
||||||
SELECT "userId", id, type, rank, proportion
|
SELECT "userId", id, type, rank, proportion
|
||||||
FROM proportions
|
FROM proportions
|
||||||
WHERE proportion > 0.0001`
|
WHERE proportion > 0.000001`
|
||||||
|
|
||||||
// in order to group earnings for users we use the same createdAt time for
|
// in order to group earnings for users we use the same createdAt time for
|
||||||
// all earnings
|
// all earnings
|
||||||
|
|
Loading…
Reference in New Issue