auto-sync: 2026-05-20 20:35:05
This commit is contained in:
+1
-1
@@ -269,7 +269,7 @@ async def list_projects_compat():
|
||||
from src.api.project_routes import _registry
|
||||
reg = _registry()
|
||||
return {"projects": {pid: info for pid, info in reg.list_projects().items()
|
||||
if info.get("status") != "archived"}}
|
||||
if info.get("status") not in ("archived", "deleted")}}
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user