chore: lint

This commit is contained in:
Bereket Engida
2025-12-05 18:21:39 -08:00
parent df38781bc7
commit 8cba0bb39f
2 changed files with 1 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ export const oAuthProxy = (opts?: OAuthProxyOptions | undefined) => {
`${errorURL}?error=OAuthProxy - Invalid payload structure`,
);
}
const now = Date.now();
const age = (now - payload.timestamp) / 1000;

View File

@@ -50,7 +50,6 @@ export function checkSkipProxy(
return false;
}
const currentURL = ctx.request?.url || getVendorBaseURL();
if (!currentURL) {
return false;