remove typo
This commit is contained in:
parent
7893717daf
commit
e1b820ae89
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ def mesh_map(request, level_id: int):
|
||||||
"uplink": None if node_uplink is None else node_uplink.node_id,
|
"uplink": None if node_uplink is None else node_uplink.node_id,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
})z
|
})
|
||||||
|
|
||||||
if node_uplink and node.upstream_id:
|
if node_uplink and node.upstream_id:
|
||||||
upstream_node = collected.nodes[node.upstream_id]
|
upstream_node = collected.nodes[node.upstream_id]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue