Skip to content

Commit 080dbe2

Browse files
committed
fix: ci
Signed-off-by: Urban Vidovič <[email protected]>
1 parent 30a24b9 commit 080dbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/portfolio/src/config/supabase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createClient } from '@supabase/supabase-js';
22

33
const supabaseClient = createClient(
44
process.env.SUPABASE_URL || 'https://supabase.co',
5-
process.env.SUPABASE_ANON_PUBLIC || '',
5+
process.env.SUPABASE_ANON_PUBLIC || 'something',
66
);
77

88
export default supabaseClient;

0 commit comments

Comments
 (0)