MCPcopy Create free account
hub / github.com/Levofron/NotionLingo / getSupabaseService

Function getSupabaseService

config/supabase.instance.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5export const supabaseInstance = createClient(SUPABASE_URL, SUPABASE_ANON_KEY);
6
7export const getSupabaseService = () => createClient(SUPABASE_URL, SUPABASE_SERVICE_ROLE);

Callers 2

getUserMetadataByIdFunction · 0.90
handlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected