oops don't use the debug number
Some checks are pending
Deploy / deploy (push) Waiting to run

This commit is contained in:
Lee 2024-09-28 08:00:22 +01:00
parent 4b11a63f46
commit b271160db5

@ -132,7 +132,7 @@ export async function getScoreSaberPlayerFromToken(
// Calculate the pp change
const ppChange =
todayStats.pp && todayStats.pp ? todayStats.pp - (todayStats.pp + 10) : 0;
todayStats.pp && yesterdayStats.pp ? todayStats.pp - yesterdayStats.pp : 0;
return {
id: token.id,