fix catch ('e' is defined but never used)

pull/947/head
3thibaut1304 2025-07-02 16:43:54 +02:00
parent 278ce562e5
commit 7db55c6580
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export default {
this.fetchOk = true; this.fetchOk = true;
} catch (e) { } catch (e) {
console.error(e);
this.fetchOk = false; this.fetchOk = false;
} }
}, },