Skip to content

Commit

Permalink
Update src/server/services/simple-connect/svwi.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tim van Oostrom <[email protected]>
  • Loading branch information
OscarBakker and timvanoostrom authored Feb 14, 2024
1 parent 967de1b commit bba0a57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/server/services/simple-connect/svwi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ export function fetchSVWI(
requestID: requestID,
authProfileAndToken: AuthProfileAndToken
) {
return fetchService(requestID, getConfigSVWI(authProfileAndToken.token));
return fetchService(requestID, getApiConfig('SVWI', {
transformResponse: transformSVWIResponse,
}), false, authProfileAndToken);
}

export async function fetchSVWINotifications(
Expand Down

0 comments on commit bba0a57

Please sign in to comment.