Fix missing function call parentheses in get_all_update_flags_status

This commit is contained in:
yangdx 2025-11-17 04:11:06 +08:00
parent 7deb9a64b9
commit 01814bfc7a

View file

@ -1365,7 +1365,7 @@ async def get_all_update_flags_status(workspace: str | None = None) -> Dict[str,
return {}
if workspace is None:
workspace = get_default_workspace
workspace = get_default_workspace()
result = {}
async with get_internal_lock():