mirror of
https://github.com/openziti/zrok.git
synced 2025-06-01 15:48:21 +02:00
lint (#799)
This commit is contained in:
parent
16ba28dedf
commit
348e86e71b
@ -14,7 +14,6 @@ const buildVisualizerGraph = (overview: Overview): VisualOverview => {
|
||||
out.edges = [];
|
||||
|
||||
let ownedShares: { [key: string]: Node } = {};
|
||||
let ownedAccesses: { [key: string]: Node } = {};
|
||||
|
||||
overview.environments?.forEach(env => {
|
||||
if(env.environment && env.environment.zId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user