Fix lint warning

This commit is contained in:
Matthias 2020-09-04 17:08:02 +02:00
parent 0c2c1bb096
commit 1c58ee86c1

View File

@ -33,11 +33,11 @@ export default {
]; ];
}, },
}, },
methods: {
...mapActions('ftbot', ['getDaily']),
},
mounted() { mounted() {
this.getDaily(); this.getDaily();
}, },
methods: {
...mapActions('ftbot', ['getDaily']),
},
}; };
</script> </script>