Spaces:
Sleeping
Sleeping
Update core/init_supabase.py
Browse files- 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
|
| 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")
|