]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/ConnectivityChecker.vue
Fix lint issues
[github/bastienwirtz/homer.git] / src / components / ConnectivityChecker.vue
index 3066b7d6c5ae384bc2753f79781d5fc4864c1d2a..0e724fc6d59ced9c8077bd71ca29a2ec381bae9f 100644 (file)
@@ -56,7 +56,9 @@ export default {
 
       // extra check to make sure we're not offline
       let that = this;
-      const aliveCheckUrl = `${window.location.origin}${window.location.pathname}/index.html?t=${new Date().valueOf()}`;
+      const aliveCheckUrl = `${window.location.origin}${
+        window.location.pathname
+      }/index.html?t=${new Date().valueOf()}`;
       return fetch(aliveCheckUrl, {
         method: "HEAD",
         cache: "no-store",