Skip to content

Commit

Permalink
Supabase API
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Feb 8, 2024
1 parent b81ff8f commit 623b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link_bio/link_bio/api/SupabaseAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SupabaseAPI:

def __init__(self) -> None:
if self.SUPABASE_URL != None and self.SUPABASE_KEY != None:
self.supabase: create_client(self.SUPABASE_URL, self.SUPABASE_KEY)
self.supabase = create_client(self.SUPABASE_URL, self.SUPABASE_KEY)

def featured(self) -> list:

Expand Down

0 comments on commit 623b2de

Please sign in to comment.