Omkar008 commited on
Commit
6def2e0
·
verified ·
1 Parent(s): ae7b0b1

Update core/init_supabase.py

Browse files
Files changed (1) hide show
  1. core/init_supabase.py +1 -1
core/init_supabase.py CHANGED
@@ -21,7 +21,7 @@ def fetch_data(user_id:str):
21
  supabase_clients=Supabase_Clients()
22
  supabase = supabase_clients.anon_supabase
23
  response_0 = (
24
- supabase.table("receipt_radar_structured_data")
25
  .select("location")
26
  .eq("user_id",f"{user_id}")
27
  .eq("brand_category","Travel and Leisure")
 
21
  supabase_clients=Supabase_Clients()
22
  supabase = supabase_clients.anon_supabase
23
  response_0 = (
24
+ supabase.table("receipt_radar_structured_data_duplicate")
25
  .select("location")
26
  .eq("user_id",f"{user_id}")
27
  .eq("brand_category","Travel and Leisure")