]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/App.vue
Lint fixes
[github/bastienwirtz/homer.git] / src / App.vue
index 4eb112d4739dc1b60f7111dcbc65f978f2a3ee77..9a67a3376039d78a0c0889127c46a47bd914c119 100644 (file)
@@ -211,6 +211,7 @@ export default {
           window.location.href = response.url;
           return;
         }
+
         if (!response.ok) {
           throw Error(`${response.statusText}: ${response.body}`);
         }