Clean up comments

This commit is contained in:
Dean 2025-01-30 15:09:36 +00:00
parent 7a0d9aeb25
commit 163fe86f59
1 changed files with 1 additions and 2 deletions

View File

@ -96,7 +96,7 @@ const getFinalDefinitions = (
const automationActions = (store: AutomationStore) => ({ 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 * for bindings in automations
* *
* @returns {Readable<AutomationContext>} * @returns {Readable<AutomationContext>}
@ -1699,7 +1699,6 @@ class AutomationStore extends BudiStore<AutomationState> {
this.actions.delete = this.history.wrapDeleteDoc(originalDelete) this.actions.delete = this.history.wrapDeleteDoc(originalDelete)
this.selected = new SelectedAutomationStore(this) this.selected = new SelectedAutomationStore(this)
// this.context =
} }
} }