mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 15:10:50 +00:00
Fixed bug introduced by refactor. Oops.
This commit is contained in:
parent
b2417ce5cc
commit
0a9c1645cf
@ -272,8 +272,8 @@ export default class TelemetryCriterion extends EventEmitter {
|
|||||||
this.input.forEach((input) => params.push(input));
|
this.input.forEach((input) => params.push(input));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof this.comparator === 'function') {
|
if (typeof this.#comparator === 'function') {
|
||||||
result = Boolean(this.comparator(params));
|
result = Boolean(this.#comparator(params));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user