fix(sso): resolve duplicate variable declaration crash
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user