log ss score tracking
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
This commit is contained in:
parent
ffa4ab2b6c
commit
e146d20f4f
@ -202,6 +202,7 @@ export class ScoreService {
|
|||||||
delete score.playerInfo;
|
delete score.playerInfo;
|
||||||
|
|
||||||
await ScoreSaberScoreModel.create(score);
|
await ScoreSaberScoreModel.create(score);
|
||||||
|
console.log(`Tracked ScoreSaber score for ${playerId}, difficulty: ${score.difficulty}, score: ${score.score}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user