mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-11-10 23:35:43 +01:00
Linting update
This commit is contained in:
@@ -63,12 +63,12 @@ export default {
|
||||
methods: {
|
||||
fetchStatus: async function () {
|
||||
this.status = await this.fetch("/control/status").catch((e) =>
|
||||
console.log(e)
|
||||
console.log(e),
|
||||
);
|
||||
},
|
||||
fetchStats: async function () {
|
||||
this.stats = await this.fetch("/control/stats").catch((e) =>
|
||||
console.log(e)
|
||||
console.log(e),
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user