mirror of https://github.com/bastienwirtz/homer
fix catch ('e' is defined but never used)
parent
278ce562e5
commit
7db55c6580
|
@ -67,6 +67,7 @@ export default {
|
|||
|
||||
this.fetchOk = true;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
this.fetchOk = false;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue