diff --git a/packages/builder/src/stores/builder/automations.ts b/packages/builder/src/stores/builder/automations.ts index f331cb1d87..b67cdcd4b0 100644 --- a/packages/builder/src/stores/builder/automations.ts +++ b/packages/builder/src/stores/builder/automations.ts @@ -96,7 +96,7 @@ const getFinalDefinitions = ( const automationActions = (store: AutomationStore) => ({ /** - * Generates a derived store acting as an evaluation contect + * Generates a derived store acting as an evaluation context * for bindings in automations * * @returns {Readable} @@ -1699,7 +1699,6 @@ class AutomationStore extends BudiStore { this.actions.delete = this.history.wrapDeleteDoc(originalDelete) this.selected = new SelectedAutomationStore(this) - // this.context = } }