From 0999615c3de179debe22ff7f4cccc517cdad72b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Chirico=20Indreb=C3=B8?= Date: Wed, 22 Jan 2025 14:19:58 +0100 Subject: [PATCH] Use different API call type for STID --- backend/api/Services/StidService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/Services/StidService.cs b/backend/api/Services/StidService.cs index f694c474..96a0737f 100644 --- a/backend/api/Services/StidService.cs +++ b/backend/api/Services/StidService.cs @@ -23,7 +23,7 @@ IAreaService areaService { string relativePath = $"{installationCode}/tag?tagNo={tag}"; - var response = await stidApi.CallApiForAppAsync( + var response = await stidApi.CallApiForUserAsync( ServiceName, options => {