correciones

This commit is contained in:
xXpuma99Xx
2022-04-22 21:59:12 -05:00
parent 54a55e95d9
commit 923afe2f5c
13 changed files with 23 additions and 5 deletions
@@ -52,6 +52,7 @@ export class CarreraProgramaService {
});
}
// Eliminar update, no tiene sentido tenerlo, me equivoque xd
async update(attrs: Partial<CarreraPrograma>) {
const carreraPrograma = await this.findById(attrs.id_carrera_programa);