fix bug merge missing route and supabase-client

This commit is contained in:
jigoong
2026-02-27 17:24:20 +07:00
parent c57755c09c
commit 550d926139
3 changed files with 51 additions and 1 deletions

View File

@@ -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",
}