aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/App.vue
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-02-10 22:07:00 +0100
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-02-10 22:07:00 +0100
commit893690cf95eda1233a094e0d1b63011ff740989e (patch)
tree280dcf3b57349bfff6a7d6d5cc6b9936b3b749ac /src/App.vue
parentdec7e466b981ba48390e4771ba0f4e54a311c181 (diff)
downloadhomer-893690cf95eda1233a094e0d1b63011ff740989e.tar.gz
homer-893690cf95eda1233a094e0d1b63011ff740989e.tar.zst
homer-893690cf95eda1233a094e0d1b63011ff740989e.zip
Lint fixesv22.02.1
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 4eb112d..9a67a33 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -211,6 +211,7 @@ export default {
211 window.location.href = response.url; 211 window.location.href = response.url;
212 return; 212 return;
213 } 213 }
214
214 if (!response.ok) { 215 if (!response.ok) {
215 throw Error(`${response.statusText}: ${response.body}`); 216 throw Error(`${response.statusText}: ${response.body}`);
216 } 217 }