Fix missing workspace parameter in update flags status call
This commit is contained in:
parent
f8dd2e0724
commit
1745b30a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2350,7 +2350,7 @@ def create_document_routes(
|
|||
)
|
||||
|
||||
# Get update flags status for all namespaces
|
||||
update_status = await get_all_update_flags_status()
|
||||
update_status = await get_all_update_flags_status(workspace=rag.workspace)
|
||||
|
||||
# Convert MutableBoolean objects to regular boolean values
|
||||
processed_update_status = {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue