aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-15 09:48:06 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-15 09:48:06 +0200
commit14d2364fc69e0222133115c55a36286986006098 (patch)
tree9e9b3c41ef742bbe87ca1632b292c67043051957 /src/stores/ServicesStore.js
parent5.6.3-nightly.34 [skip ci] (diff)
downloadferdium-app-14d2364fc69e0222133115c55a36286986006098.tar.gz
ferdium-app-14d2364fc69e0222133115c55a36286986006098.tar.zst
ferdium-app-14d2364fc69e0222133115c55a36286986006098.zip
chore: update eslint setup (#2074)
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index e27567e8f..5ed9e3534 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -394,7 +394,7 @@ export default class ServicesStore extends Store {
394 } 394 }
395 395
396 // set default values for serviceData 396 // set default values for serviceData
397 // eslint-disable-next-line prefer-object-spread 397
398 // TODO: How is this different from the defaults of the recipe in 'src/models/Recipe' file? 398 // TODO: How is this different from the defaults of the recipe in 'src/models/Recipe' file?
399 serviceData = { 399 serviceData = {
400 isEnabled: true, 400 isEnabled: true,