diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-10-21 14:24:05 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-10-21 14:24:05 +0200 |
commit | de4b7e6124254a192c897bdf0070b078a64ee563 (patch) | |
tree | 2517f4e70c56b55515f75b686fd9ea508ef5659c /src/components/services/Mealie.vue | |
parent | ecf664d19b2a46c9d89a9a9c1128e22b7228607a (diff) | |
download | homer-23.10.1.tar.gz homer-23.10.1.tar.zst homer-23.10.1.zip |
Linting updatev23.10.1
Diffstat (limited to 'src/components/services/Mealie.vue')
-rw-r--r-- | src/components/services/Mealie.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/Mealie.vue b/src/components/services/Mealie.vue index b5b2255..43550d8 100644 --- a/src/components/services/Mealie.vue +++ b/src/components/services/Mealie.vue | |||
@@ -45,7 +45,7 @@ export default { | |||
45 | if (this.item.subtitle != null) return; | 45 | if (this.item.subtitle != null) return; |
46 | 46 | ||
47 | this.meal = await this.fetch("/api/meal-plans/today/", { headers }).catch( | 47 | this.meal = await this.fetch("/api/meal-plans/today/", { headers }).catch( |
48 | (e) => console.log(e) | 48 | (e) => console.log(e), |
49 | ); | 49 | ); |
50 | this.stats = await this.fetch("/api/debug/statistics/", { | 50 | this.stats = await this.fetch("/api/debug/statistics/", { |
51 | headers, | 51 | headers, |