carrito listo
This commit is contained in:
@@ -11,8 +11,8 @@ import { InstitucionProgramaModule } from '../institucion-programa/institucion-p
|
||||
imports: [
|
||||
InstitucionModule,
|
||||
InstitucionCarreraModule,
|
||||
TypeOrmModule.forFeature([CarreraPrograma]),
|
||||
InstitucionProgramaModule,
|
||||
TypeOrmModule.forFeature([CarreraPrograma]),
|
||||
],
|
||||
controllers: [CarreraProgramaController],
|
||||
providers: [CarreraProgramaService],
|
||||
|
||||
@@ -42,7 +42,7 @@ export class CarreraProgramaService {
|
||||
}),
|
||||
);
|
||||
})
|
||||
.then(() => ({ message: 'Se creó correctamente la carrera programa.' }));
|
||||
.then((_) => ({ message: 'Se creó correctamente la carrera programa.' }));
|
||||
}
|
||||
|
||||
findById(id_carrera_programa: number) {
|
||||
|
||||
Reference in New Issue
Block a user