Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: forgot to declare variable before using
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Mar 20, 2023
1 parent a033fff commit cdc9250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified charts/erie-canal/components/scripts.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
_serviceCertChain: null,
_servicePrivateKey: null,
_connectTLS: null,
_mTLS: null,

_serviceCache: null,
_targetCache: null,
Expand Down Expand Up @@ -133,7 +134,7 @@
_mTLS = _connectTLS && Boolean(_serviceCertChain) && Boolean(_servicePrivateKey),

console.log("[balancer] _sourceIP", _sourceIP),
console.log("[balancer] _connectTLS", _connectTLS, "_mTLS", _mTLS),
console.log("[balancer] _connectTLS", _connectTLS),
console.log("[balancer] _target.id", (_target || {id : ''}).id)
)
)
Expand Down

0 comments on commit cdc9250

Please sign in to comment.