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