mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-12 23:23:21 +00:00
fixed storage error
This commit is contained in:
@@ -404,7 +404,7 @@ async def refresh_url_source(
|
||||
"status": "pending",
|
||||
"error_message": None,
|
||||
"chunk_count": 0,
|
||||
}).eq("id", source_id).returning("representation").execute()
|
||||
}).eq("id", source_id).execute()
|
||||
|
||||
background_tasks.add_task(_process_url_source, source_id, src["url"], chatbot_id, supabase)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user