Skip to content

Commit 57c7dd3

Browse files
authored
fix(expo): fix get headers key (#1634)
1 parent 80c647c commit 57c7dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/expo/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const expo = (options?: ExpoOptions) => {
4949
);
5050
},
5151
handler: createAuthMiddleware(async (ctx) => {
52-
const headers = ctx.context.responseHeader;
52+
const headers = ctx.context.responseHeaders;
5353

5454
const location = headers.get("location");
5555
if (!location) {

0 commit comments

Comments
 (0)