Skip to content

Commit 79678d6

Browse files
authored
fix(nx-dev): restore the name of the supabase env var (#18960)
1 parent 60da797 commit 79678d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-dev/nx-dev/pages/api/query-ai-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import GPT3Tokenizer from 'gpt3-tokenizer';
2424
import { Stream } from 'openai/streaming';
2525

2626
const supabaseUrl = process.env['NX_NEXT_PUBLIC_SUPABASE_URL'];
27-
const supabaseServiceKey = process.env['NX_SUPABASE_SERVICE_ROLE_KEY_ACTUAL'];
27+
const supabaseServiceKey = process.env['NX_SUPABASE_SERVICE_ROLE_KEY'];
2828
const openAiKey = process.env['NX_OPENAI_KEY'];
2929
const tokenCountLimit =
3030
parseInt(process.env['NX_TOKEN_COUNT_LIMIT'] ?? '2500') > 0

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy