fix(types): T4 — stop spreading TopologySummary as dict; fix heartbeat .get() and scope param

This commit is contained in:
2026-05-01 01:51:43 -04:00
parent d637ff515e
commit e387acf79d
6 changed files with 11 additions and 8 deletions

View File

@@ -120,4 +120,4 @@ async def api_create_blank_topology(
row = await repo.get_topology(topology_id)
if row is None: # pragma: no cover — create then vanish
raise HTTPException(status_code=500, detail="topology insert vanished")
return TopologySummary(**row)
return row