mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 18:49:18 +00:00
lint
This commit is contained in:
parent
251b8bd038
commit
397ba314b5
@ -50,7 +50,7 @@ export default class ConditionSetTelemetryProvider {
|
|||||||
let conditionManager = this.getConditionManager(domainObject);
|
let conditionManager = this.getConditionManager(domainObject);
|
||||||
|
|
||||||
conditionManager.on('conditionSetResultUpdated', (data) => {
|
conditionManager.on('conditionSetResultUpdated', (data) => {
|
||||||
if (data?.result){
|
if (data?.result) {
|
||||||
callback(data);
|
callback(data);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user