1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

fix lint issue

This commit is contained in:
Maurits Lourens 2021-07-27 21:19:31 +02:00
parent 3298b66ebf
commit 5df2242cf0

View file

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