log ss score tracking
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s

This commit is contained in:
Lee 2024-10-27 15:11:00 +00:00
parent ffa4ab2b6c
commit e146d20f4f

@ -202,6 +202,7 @@ export class ScoreService {
delete score.playerInfo;
await ScoreSaberScoreModel.create(score);
console.log(`Tracked ScoreSaber score for ${playerId}, difficulty: ${score.difficulty}, score: ${score.score}`);
}
/**