mov y fecha

This commit is contained in:
2025-11-13 13:27:58 -06:00
parent fa1aa3c11b
commit 85f62efd7e
3 changed files with 0 additions and 1 deletions
Binary file not shown.
Binary file not shown.
-1
View File
@@ -28,7 +28,6 @@ export class MovimientoService {
const movimiento = await this.movimientoRepo.findOne({
where: { equipo: { id_equipo: idEquipo } },
order: { fechaMovimiento: 'DESC' },
select: ['observaciones', 'fechaMovimiento'],
});
if (!movimiento) {