MessageOutputDto

This commit is contained in:
xXpuma99Xx
2022-10-24 09:30:19 -05:00
parent cedb67e241
commit d1124cc2b9
18 changed files with 59 additions and 43 deletions
-16
View File
@@ -99,22 +99,6 @@ export class MultaService {
true,
),
);
// .then((_) =>
// this.institucionUsuarioService.findInfoInstitucionUsuarioAllByIdUsuario(
// prestamo.usuario.id_usuario,
// ),
// )
// .then(async (instituciones) => {
// for (let i = 0; i < instituciones.length; i++) {
// if (
// instituciones[i].institucionCarrera.institucion.id_institucion ===
// operador.institucion.id_institucion
// ) {
// instituciones[i].multa = true;
// await this.institucionUsuarioService.update(instituciones[i]);
// }
// }
// });
}
desactivarMultas() {