aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/RecipesStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/RecipesStore.ts')
-rw-r--r--src/stores/RecipesStore.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/RecipesStore.ts b/src/stores/RecipesStore.ts
index 07f1343f8..b645a5989 100644
--- a/src/stores/RecipesStore.ts
+++ b/src/stores/RecipesStore.ts
@@ -36,6 +36,7 @@ export default class RecipesStore extends TypedStore {
36 36
37 async setup(): Promise<void> { 37 async setup(): Promise<void> {
38 // Initially load all recipes 38 // Initially load all recipes
39 // eslint-disable-next-line @typescript-eslint/no-unused-expressions
39 this.all; 40 this.all;
40 } 41 }
41 42