aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.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/UserStore.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/UserStore.js')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 9f222d2d3..9a5d8cb30 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -273,13 +273,11 @@ export default class UserStore extends Store {
273 273
274 // Install recipes 274 // Install recipes
275 for (const recipe of recipes) { 275 for (const recipe of recipes) {
276 // eslint-disable-line no-unused-vars
277 // eslint-disable-next-line no-await-in-loop 276 // eslint-disable-next-line no-await-in-loop
278 await this.stores.recipes._install({ recipeId: recipe }); 277 await this.stores.recipes._install({ recipeId: recipe });
279 } 278 }
280 279
281 for (const service of services) { 280 for (const service of services) {
282 // eslint-disable-line no-unused-vars
283 this.actions.service.createFromLegacyService({ 281 this.actions.service.createFromLegacyService({
284 data: service, 282 data: service,
285 }); 283 });