Skip to content

Commit b141ead

Browse files
committed
wq
1 parent c700bbb commit b141ead

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[1];
14+
return splitAuth[0];
1515
}

0 commit comments

Comments
 (0)