Commit 24b73cd865e3624114c40d01f6f79507407bb9c3
1 parent
f6e5bd71be
Exists in
master
matrix alias pada isPartnerHealthy
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
matrix-util.js
... | ... | @@ -136,6 +136,8 @@ MatrixUtil.prototype._isPartnerHealthy = function(partner) { |
136 | 136 | } |
137 | 137 | |
138 | 138 | MatrixUtil.prototype.isPartnerHealthy = function(partner) { |
139 | + let matrix = this.matrix; | |
140 | + | |
139 | 141 | let isHealthy = this._isPartnerHealthy(partner); |
140 | 142 | |
141 | 143 | if (!matrix.healthy_partners) { |