]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/Mealie.vue
Linting update
[github/bastienwirtz/homer.git] / src / components / services / Mealie.vue
index b5b22558ee6a2f06dd3526ed4daf756a497448ba..43550d876c20ce6a487410b36b5f5b0128300b90 100644 (file)
@@ -45,7 +45,7 @@ export default {
       if (this.item.subtitle != null) return;
 
       this.meal = await this.fetch("/api/meal-plans/today/", { headers }).catch(
-        (e) => console.log(e)
+        (e) => console.log(e),
       );
       this.stats = await this.fetch("/api/debug/statistics/", {
         headers,