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.', };