From 43bbbdc61b4f51766474865d665850c6d433ecfe Mon Sep 17 00:00:00 2001 From: Polaris Date: Wed, 14 Aug 2024 23:58:28 -0400 Subject: [PATCH] fixed comments --- components/RecentChunithmScores/action.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {