Skip to content

Commit

Permalink
Use different API call type for STID
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Jan 22, 2025
1 parent 04e1130 commit ca1e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/Services/StidService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IAreaService areaService
{
string relativePath = $"{installationCode}/tag?tagNo={tag}";

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

0 comments on commit ca1e439

Please sign in to comment.