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 df9801e commit 8f0c4a3Copy full SHA for 8f0c4a3
src/api/auth.ts
@@ -11,5 +11,5 @@ export function getAPIKey(headers: IncomingHttpHeaders): string | null {
11
return null;
12
}
13
14
- return splitAuth[0];
+ return splitAuth[1];
15
0 commit comments