Skip to content

Commit 0b5660b

Browse files
committed
fix remove async
1 parent ad29bd0 commit 0b5660b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function fetchUserInfo(accessToken) {
4141
}
4242
}
4343

44-
async function getOriginalUrl(req) {
44+
function getOriginalUrl(req) {
4545
const originalHost = req.headers["x-forwarded-host"] || req.get("host")
4646
const originalProto = req.headers["x-forwarded-proto"] || req.protocol
4747
const originalUri = req.headers["x-forwarded-uri"] || req.originalUrl

0 commit comments

Comments
 (0)