removed dumb comment
This commit is contained in:
@ -11,7 +11,6 @@ export async function getUserRatingBaseList() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Fetch data from Prisma
|
|
||||||
const userRatingBaseList = await artemis.chuni_profile_rating.findMany({
|
const userRatingBaseList = await artemis.chuni_profile_rating.findMany({
|
||||||
where: {
|
where: {
|
||||||
user: user.UserId,
|
user: user.UserId,
|
||||||
|
Reference in New Issue
Block a user