Skip to content

Commit

Permalink
Fix balance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
motechFR committed Oct 30, 2024
1 parent 872584f commit 0fcf28a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
77 changes: 0 additions & 77 deletions apps/scoutgamecron/src/scripts/detectAndResolveBalanceIssues.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/scoutgame/src/points/detectBalanceIssues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function detectBalanceIssues() {
const scout = scouts[i];

const balances = await getPointStatsFromHistory({
userIdOrUsername: scout.id
userIdOrPath: scout.id
});

if (balances.balance !== scout.currentBalance) {
Expand Down

0 comments on commit 0fcf28a

Please sign in to comment.