diff --git a/backend/api/Services/InspectionService.cs b/backend/api/Services/InspectionService.cs index 9d05fe33..36e8f7c8 100644 --- a/backend/api/Services/InspectionService.cs +++ b/backend/api/Services/InspectionService.cs @@ -114,7 +114,7 @@ private IQueryable GetInspections(bool readOnly = true) { string relativePath = $"InspectionData/{inspectionId}/inspection-data-storage-location"; - var response = await idaApi.CallApiForAppAsync( + var response = await idaApi.CallApiForUserAsync( ServiceName, options => {