remove typo

This commit is contained in:
Laura Klünder 2024-12-26 22:33:53 +01:00
parent 7893717daf
commit e1b820ae89

View file

@ -279,7 +279,7 @@ def mesh_map(request, level_id: int):
"uplink": None if node_uplink is None else node_uplink.node_id,
},
}
})z
})
if node_uplink and node.upstream_id:
upstream_node = collected.nodes[node.upstream_id]