From e57ecf0a08d63b09c98c12c9a9cfec1214b507d5 Mon Sep 17 00:00:00 2001 From: Polaris Date: Thu, 15 Aug 2024 00:50:13 -0400 Subject: [PATCH] removed confusing comment --- components/RecentChunithmScores/action.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/RecentChunithmScores/action.ts b/components/RecentChunithmScores/action.ts index ca8d923..4c691f5 100644 --- a/components/RecentChunithmScores/action.ts +++ b/components/RecentChunithmScores/action.ts @@ -64,7 +64,6 @@ export async function getUserRatingBaseList() { ]), ); - // user ratings const musicIdToDifficltId = userRatingBaseList.map((rating) => { const staticMusic = songIdtoChartId.get( `${rating.musicId}-${rating.difficultId}`,