cambio de la base de datos
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -195,7 +195,9 @@ export class EquipoService {
|
||||
});
|
||||
|
||||
if (!equipo) {
|
||||
throw new Error(`No se encontró el equipo con inventario ${inventario}`);
|
||||
throw new NotFoundException(
|
||||
`No se encontró el equipo con inventario ${inventario}`,
|
||||
);
|
||||
}
|
||||
|
||||
const responsable = await this.searchResponsable(
|
||||
|
||||
Reference in New Issue
Block a user