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