add status page to the footer
All checks were successful
Deploy Backend / deploy (push) Successful in 4m12s
Deploy Website / deploy (push) Successful in 7m6s

This commit is contained in:
Lee
2024-10-16 11:40:46 +01:00
parent 24a15f97d1
commit 5263509bac
2 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,7 @@ export class PlayerService {
});
daysAgo += 1; // Increment daysAgo for each earlier rank
}
player.markModified("statisticHistory");
await player.save();
}