mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Reinstate default timescale
This commit is contained in:
parent
359e351d67
commit
5f9b3b2e9d
|
@ -123,7 +123,7 @@ export default {
|
|||
.then((result) => commit('updateBalance', result.data))
|
||||
.catch(console.error);
|
||||
},
|
||||
getDaily({ commit }, payload: DailyPayload) {
|
||||
getDaily({ commit }, payload: DailyPayload = {}) {
|
||||
const { timescale = 20 } = payload;
|
||||
return api
|
||||
.get('/daily', { params: { timescale } })
|
||||
|
|
Loading…
Reference in New Issue
Block a user