From ae010a97fbdc1ae71c7e9bc514a028445463afdf Mon Sep 17 00:00:00 2001 From: Emmzyemms Date: Sat, 27 Jun 2026 13:01:07 +0100 Subject: [PATCH] Fix: Remove the dead comment. --- src/auth/auth.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index 7df0cb8..796f3fa 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -503,8 +503,6 @@ export class AuthService { return sanitizeUser(foundUser); } - // Only one implementation should exist; duplicate removed. - async getDashboard(user: AuthUserPayload) { const foundUser = await this.prisma.user.findUnique({ where: { id: user.sub },