diff --git a/components/RecentChunithmScores/action.ts b/components/RecentChunithmScores/action.ts index 386badd..27818e1 100644 --- a/components/RecentChunithmScores/action.ts +++ b/components/RecentChunithmScores/action.ts @@ -11,7 +11,6 @@ export async function getUserRatingBaseList() { } try { - // Fetch data from Prisma const userRatingBaseList = await artemis.chuni_profile_rating.findMany({ where: { user: user.UserId,