From 03f153700c727dcd215c77130a7db84b0d6a71de Mon Sep 17 00:00:00 2001 From: lemuel Date: Thu, 18 Aug 2022 10:06:42 -0500 Subject: [PATCH] actualizar usuario al cancelar usuario --- src/prestamo/prestamo.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/prestamo/prestamo.service.ts b/src/prestamo/prestamo.service.ts index 5f8d927..87560a8 100644 --- a/src/prestamo/prestamo.service.ts +++ b/src/prestamo/prestamo.service.ts @@ -95,6 +95,7 @@ export class PrestamoService { this.appGateway.actualizarOperador( prestamo.equipo.carrito.modulo.institucion.id_institucion, ); + this.appGateway.actualizarUsuario(prestamo.usuario.id_usuario); return { message: 'Se canceló correctamente este préstamo.', };