This commit is contained in:
Darien Rousseau 2023-12-21 12:15:39 -06:00 committed by GitHub
parent 9526fa6a42
commit e80dafd6c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ checkAndModifyPoints = async (user, amount, override) => {
return row.points + amount; return row.points + amount;
} }
return false; return false;
});` });
} }
checkPoints = (user) => { checkPoints = (user) => {