Skip to content

Commit

Permalink
Update supabase/_async/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>
  • Loading branch information
2 people authored and silentworks committed Nov 23, 2023
1 parent 9f36f9d commit 068b601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion supabase/_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def _init_postgrest_client(

def _get_auth_headers(self) -> Dict[str, str]:
"""Helper method to get auth headers."""
# What's the corresponding method to get the token
return {
"apiKey": self.supabase_key,
"Authorization": f"Bearer {self.supabase_key}",
Expand Down

0 comments on commit 068b601

Please sign in to comment.