mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Fix lint warning
This commit is contained in:
parent
0c2c1bb096
commit
1c58ee86c1
|
@ -33,11 +33,11 @@ export default {
|
|||
];
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
...mapActions('ftbot', ['getDaily']),
|
||||
},
|
||||
mounted() {
|
||||
this.getDaily();
|
||||
},
|
||||
methods: {
|
||||
...mapActions('ftbot', ['getDaily']),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user