From fd344dfd8ffb067052df8ee0044effcda9167c4f Mon Sep 17 00:00:00 2001 From: lemuel Date: Thu, 11 Aug 2022 18:51:02 -0500 Subject: [PATCH] errro institucion --- src/auth/dto/jwt-payload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/dto/jwt-payload.ts b/src/auth/dto/jwt-payload.ts index a16eb2b..fcc9a7b 100644 --- a/src/auth/dto/jwt-payload.ts +++ b/src/auth/dto/jwt-payload.ts @@ -13,7 +13,7 @@ export class JwtPayload { usuario?: string; - institucion?: { id_instituion: number }; + institucion?: { id_institucion: number }; instituciones?: { id_institucion_usuario: number;