fix cron time oops
Some checks failed
Deploy Backend / deploy (push) Has been cancelled

This commit is contained in:
Lee
2024-10-11 01:04:27 +01:00
parent 6b2f9fa308
commit e89ff73b76
2 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,6 @@ export class PlayerService {
/**
* Tracks a players statistics
*
* @param dateToday the date to track
* @param foundPlayer the player to track
*/
public static async trackScoreSaberPlayer(foundPlayer: PlayerDocument) {