fix bug merge missing route and supabase-client
This commit is contained in:
@@ -40,6 +40,7 @@ async def upsert_to_supabase(
|
||||
"apikey": settings.SUPABASE_API_KEY,
|
||||
"Authorization": f"Bearer {settings.SUPABASE_API_KEY}",
|
||||
"Content-Type": "application/json",
|
||||
"Content-Profile": "rawdata",
|
||||
"Prefer": "resolution=merge-duplicates",
|
||||
}
|
||||
|
||||
@@ -93,6 +94,7 @@ def upsert_to_supabase_sync(
|
||||
"apikey": settings.SUPABASE_API_KEY,
|
||||
"Authorization": f"Bearer {settings.SUPABASE_API_KEY}",
|
||||
"Content-Type": "application/json",
|
||||
"Content-Profile": "rawdata",
|
||||
"Prefer": "resolution=merge-duplicates",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user