mirror of
https://github.com/openziti/zrok.git
synced 2025-01-08 06:59:38 +01: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…
Reference in New Issue
Block a user