weird bug

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD 2025-11-04 15:40:31 -07:00
parent 5ad1ae3d5a
commit 190b7b4e23

View File

@ -1484,7 +1484,7 @@ namespace CarCareTracker.Controllers
}
}
break;
case ImportMode InspectionRecord:
case ImportMode.InspectionRecord:
foreach (int recordId in recordIds)
{
var record = _inspectionRecordDataAccess.GetInspectionRecordById(recordId);