Skip to content

Commit

Permalink
🔧 corrected how to send key
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaElvkull committed Sep 11, 2024
1 parent 6feddab commit 9c28672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ export const OpenAPI_userImpersonate: OpenAPIConfig = {
TOKEN: getPortalProdToken,
USERNAME: undefined,
PASSWORD: undefined,
HEADERS: { key: 'userImpersonation' },
HEADERS: { userImpersonation: '' },
ENCODE_PATH: undefined,
};

0 comments on commit 9c28672

Please sign in to comment.