Skip to content

Commit 29935e6

Browse files
committed
lint
1 parent 0f1f6b5 commit 29935e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/condition/ConditionManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ export default class ConditionManager extends EventEmitter {
636636
if (!telemetryRef) {
637637
return false;
638638
}
639-
639+
640640
return Boolean(this.telemetryObjects[telemetryRef]);
641641
}
642642

@@ -709,7 +709,7 @@ export default class ConditionManager extends EventEmitter {
709709
if (!conditionCollectionItem?.configuration) {
710710
return;
711711
}
712-
712+
713713
if (!this.#clearInvalidOutputTelemetryConfiguration(conditionCollectionItem.configuration)) {
714714
return;
715715
}

0 commit comments

Comments
 (0)