Sửa lỗi load danh sách người dùng trong quản lí

This commit is contained in:
2026-06-13 18:35:15 +07:00
parent 7b42058d77
commit 7fc80a49d0
7 changed files with 50 additions and 15 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ export declare class JwtStrategy extends JwtStrategy_base {
private prisma;
constructor(prisma: PrismaService);
validate(payload: any): Promise<{
id: number;
email: string;
passwordHash: string;
id: number;
name: string | null;
passwordHash: string;
avatar: string | null;
createdAt: Date;
isAdmin: boolean;