fix
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
Lee 2024-09-30 07:50:24 +01:00
parent b56229e58b
commit 487d0dc7b2

@ -112,7 +112,7 @@ export async function trackScoreSaberPlayer(
}
// Update current day's statistics
let history = foundPlayer.getHistory(dateToday);
let history = foundPlayer.getHistoryByDate(dateToday);
if (history == undefined) {
history = {}; // Initialize if history is not found
}