We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34f84d commit 0a29213Copy full SHA for 0a29213
packages/service-utils/src/cf-worker/index.ts
@@ -75,7 +75,7 @@ export async function authorizeWorker(
75
},
76
)
77
.catch((e) => {
78
- console.error(e);
+ console.warn(e);
79
}),
80
),
81
cacheTtlSeconds: serviceConfig.cacheTtlSeconds ?? DEFAULT_CACHE_TTL_SECONDS,
0 commit comments