]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/Healthchecks.vue
Linting update
[github/bastienwirtz/homer.git] / src / components / services / Healthchecks.vue
index c60f24183087c3ff32586dc63b68241db972370c..0aefb74fb9fd07d05f5d6f0ab68d6b097fcdb4a0 100644 (file)
@@ -66,7 +66,7 @@ export default {
       const apikey = this.item.apikey;
       if (!apikey) {
         console.error(
-          "apikey is not present in config.yml for the Healthchecks entry!"
+          "apikey is not present in config.yml for the Healthchecks entry!",
         );
         return;
       }