modulo crear y buscar modulos por id institucion

This commit is contained in:
xXpuma99Xx 2022-04-16 11:22:03 -05:00
parent 7452096204
commit 9323a1dad4

View File

@ -33,6 +33,6 @@ export class ModuloService {
);
return this.moduloRepository.save(nuevoModulo);
})
.then((res) => ({ message: 'Se creo correctamente el módulo.' }));
.then(() => ({ message: 'Se creo correctamente el módulo.' }));
}
}