From 163fe86f599b8082c0ffdceede9f3538dc1eac22 Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 30 Jan 2025 15:09:36 +0000 Subject: [PATCH] Clean up comments --- packages/builder/src/stores/builder/automations.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = } }