jwt modulos finales
This commit is contained in:
@@ -52,7 +52,7 @@ export class CarreraProgramaService {
|
||||
.findOne({ id_carrera_programa })
|
||||
.then((carreraPrograma) => {
|
||||
if (!carreraPrograma)
|
||||
throw new NotFoundException('No existe esta carrera programa.');
|
||||
throw new NotFoundException('No existe este id carrera programa.');
|
||||
return carreraPrograma;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user