Skip to content

Commit 8f0c4a3

Browse files
committed
w
1 parent df9801e commit 8f0c4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export function getAPIKey(headers: IncomingHttpHeaders): string | null {
1111
return null;
1212
}
1313

14-
return splitAuth[0];
14+
return splitAuth[1];
1515
}

0 commit comments

Comments
 (0)