From fafab48ce94aaee999cd84c9ad8190227e8637f6 Mon Sep 17 00:00:00 2001 From: mawkone Date: Fri, 29 May 2026 15:14:10 -0700 Subject: [PATCH] fix(sso): resolve duplicate variable declaration crash --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 4cddbb1..be22606 100644 --- a/src/index.ts +++ b/src/index.ts @@ -131,7 +131,6 @@ app.onError(errorHandler); // Conditional export based on runtime environment // Check if we're running in Bun (local dev) or Cloudflare Workers -const isBunRuntime = typeof Bun !== 'undefined'; // Scheduled handler for cron triggers (Cloudflare Workers only) export async function scheduled(