Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
export
const
supabaseInstance = createClient(SUPABASE_URL, SUPABASE_ANON_KEY);
6
7
export
const
getSupabaseService = () => createClient(SUPABASE_URL, SUPABASE_SERVICE_ROLE);
Callers
2
getUserMetadataById
Function · 0.90
handler
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected