literally nothing uses this
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 47s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m31s

This commit is contained in:
Lee 2024-10-23 20:30:33 +01:00
parent 44bc812ad8
commit b8f6829f71
2 changed files with 0 additions and 7 deletions

@ -98,7 +98,6 @@ export function getScoreSaberScoreFromToken(
});
return {
leaderboard: "scoresaber",
playerId: playerId || token.leaderboardPlayerInfo.id,
leaderboardId: leaderboard.id,
score: token.baseScore,

@ -13,12 +13,6 @@ export default class Score {
@prop()
private _id?: number;
/**
* The leaderboard the score is from.
*/
@prop({ required: true })
public readonly leaderboard!: Leaderboards;
/**
* The id of the player who set the score.
* @private