Skip to content

Commit e1f50e4

Browse files
authored
Corrected invariant error message (#54)
1 parent 3aa18cf commit e1f50e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/user.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ invariant(
1414
);
1515
invariant(
1616
supabaseAnonKey,
17-
"SUPABASE_URL must be set in your environment variables."
17+
"SUPABASE_ANON_KEY must be set in your environment variables."
1818
);
1919

2020
export const supabase = createClient(supabaseUrl, supabaseAnonKey);

0 commit comments

Comments
 (0)