Skip to content

Commit

Permalink
Revert call IDA using app
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Dec 17, 2024
1 parent 44d5825 commit 1739672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/Services/InspectionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private IQueryable<Inspection> GetInspections(bool readOnly = true)
{
string relativePath = $"InspectionData/{inspectionId}/inspection-data-storage-location";

var response = await idaApi.CallApiForAppAsync(
var response = await idaApi.CallApiForUserAsync(
ServiceName,
options =>
{
Expand Down

0 comments on commit 1739672

Please sign in to comment.