fixed storage error

This commit is contained in:
belviskhoremk
2026-05-27 23:17:34 +00:00
parent a10c95d8dd
commit fad2b3a9f3
9 changed files with 141 additions and 102 deletions

View File

@@ -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)