Format and make ban-suspicious-ips more better
This commit is contained in:
@@ -5,7 +5,7 @@ import type { Database, SBClientWithDatabase } from '@/utils/supabase';
|
||||
let client: SBClientWithDatabase | undefined;
|
||||
|
||||
const getSupbaseClient = (): SBClientWithDatabase | undefined => {
|
||||
if (client) return client;
|
||||
if (client) return client;
|
||||
client = createBrowserClient<Database>(
|
||||
process.env.NEXT_PUBLIC_SUPABASE_URL!,
|
||||
process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!,
|
||||
|
Reference in New Issue
Block a user