cambio de la base de datos

This commit is contained in:
2025-11-11 13:51:11 -06:00
parent 679b1d5f20
commit 4c758062dd
3 changed files with 3 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -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(