We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c5865 commit 81c121dCopy full SHA for 81c121d
src/authorization/authorization.ts
@@ -70,10 +70,10 @@ export function initialize(
70
let authInterceptor: number | null = generateJWT
71
? null
72
: baseAxiosRequest.interceptors.request.use((config) => {
73
- config.headers.set('Api-Key', authToken);
+ config.headers.set('Api-Key', authToken);
74
75
- return config;
76
- });
+ return config;
+ });
77
let userInterceptor: number | null = null;
78
let responseInterceptor: number | null = null;
79
/*
0 commit comments