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

Update core/init_supabase.py

Browse files
Files changed (1) hide show
  1. core/init_supabase.py +1 -1
core/init_supabase.py CHANGED
@@ -24,7 +24,7 @@ def fetch_data(user_id:str):
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")
28
  .execute()
29
  )
30
  print("Printing fetched data")
 
24
  supabase.table("receipt_radar_structured_data_duplicate")
25
  .select("location")
26
  .eq("user_id",f"{user_id}")
27
+ .eq("brand_category","Travel")
28
  .execute()
29
  )
30
  print("Printing fetched data")