From 173967299498ea5d17a9729bfd81577b0e92cb6e Mon Sep 17 00:00:00 2001 From: "Mariana R. Santos" Date: Tue, 17 Dec 2024 16:53:46 +0100 Subject: [PATCH] Revert call IDA using app --- backend/api/Services/InspectionService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {