Skip to content

Commit

Permalink
Call IDA as an app
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed Dec 20, 2024
1 parent cf8efad commit d5fbc66
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.CallApiForUserAsync(
var response = await idaApi.CallApiForAppAsync(
ServiceName,
options =>
{
Expand Down

0 comments on commit d5fbc66

Please sign in to comment.