diff --git a/components/RecentChunithmScores/action.ts b/components/RecentChunithmScores/action.ts index e007866..b6cd7ff 100644 --- a/components/RecentChunithmScores/action.ts +++ b/components/RecentChunithmScores/action.ts @@ -34,7 +34,7 @@ export async function getUserRatingBaseList() { songId: { in: baseListMusicIds, }, - version: supportedVersionNumber, // Ensure the version matches + version: supportedVersionNumber, }, select: { songId: true, @@ -62,7 +62,7 @@ export async function getUserRatingBaseList() { const level = songInfo?.level ?? 0; const score = ratingListSong.score ?? 0; - // Calculate the rating + // Rating Formula let rating = 0; if (score >= 1009000) {