From 8762b512400a7cc371bdaa47a97fe260ff676826 Mon Sep 17 00:00:00 2001 From: evenegas Date: Thu, 15 Jan 2026 10:51:29 -0600 Subject: [PATCH] Se corrigio cuestionario alumno --- src/programa/programa.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/programa/programa.service.ts b/src/programa/programa.service.ts index 53cd5f2..0853974 100644 --- a/src/programa/programa.service.ts +++ b/src/programa/programa.service.ts @@ -26,7 +26,7 @@ export class ProgramaService { private validacionService: ValidacionService, private authService: AuthService, private gmail: gmail, - ) {} + ) { } async cargaMasiva(nombreArchivo: string): Promise<{ message: string }> { const filePath = path.join('server/uploads', nombreArchivo); @@ -248,7 +248,7 @@ export class ProgramaService { let usuarioNuevo = await this.usuarioRepo.findOne({ where: { idUsuario: idusuario }, - relations: ["tipoUsuario"], + relations: ["tipoUsuario"], }); if (!usuarioNuevo) throw new Error('No existe este usuario.');