Skip to content

Commit f27a332

Browse files
committed
chore: .
1 parent d2894c3 commit f27a332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
3939
github: {
4040
orgToken: '',
4141
},
42-
oauthJwkOne: process.env.OAUTH_JWK_ONE || (process.env.TEST ? '' : undefined),
42+
oauthJwkOne: process.env.TEST ? '' : process.env.OAUTH_JWK_ONE || undefined,
4343
// Upstash Redis for distributed OAuth token refresh locking in production
4444
upstash: {
4545
redisRestUrl: process.env.UPSTASH_KV_REST_API_URL || process.env.KV_REST_API_URL || '',

0 commit comments

Comments
 (0)