mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +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));
|
||||
}
|
||||
|
||||
if (typeof this.comparator === 'function') {
|
||||
result = Boolean(this.comparator(params));
|
||||
if (typeof this.#comparator === 'function') {
|
||||
result = Boolean(this.#comparator(params));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user