fix lint issue

This commit is contained in:
Maurits Lourens 2021-07-27 21:19:31 +02:00
parent 0c006e1339
commit cd4d40fb47
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
if (automationLive === live) {
return
}
automation.live = live;
automation.live = live
automationStore.actions.save({ instanceId, automation })
if (live) {
notifications.info(`Automation ${automation.name} enabled.`)