From 7fa7747b628c6c061deeb2bae1765ffdcbd0e2c0 Mon Sep 17 00:00:00 2001 From: Polaris Date: Wed, 14 Aug 2024 23:10:57 -0400 Subject: [PATCH] removed dumb comment --- components/RecentChunithmScores/action.ts | 1 - 1 file changed, 1 deletion(-) 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,