]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/AdGuardHome.vue
Linting update
[github/bastienwirtz/homer.git] / src / components / services / AdGuardHome.vue
index 4c5339873f909e980a5fe3c5c3947ad5563bd42a..d5b84f62d6f162b5f398bb44192fd4ee25ab37ec 100644 (file)
@@ -63,12 +63,12 @@ export default {
   methods: {
     fetchStatus: async function () {
       this.status = await this.fetch("/control/status").catch((e) =>
-        console.log(e)
+        console.log(e),
       );
     },
     fetchStats: async function () {
       this.stats = await this.fetch("/control/stats").catch((e) =>
-        console.log(e)
+        console.log(e),
       );
     },
   },