mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix typo in getter-mappping
This commit is contained in:
parent
14ce8b49ec
commit
c3cf37c27c
|
@ -139,8 +139,8 @@ export default {
|
|||
[BotStoreGetters.profit](state: FtbotStateType): ProfitInterface | {} {
|
||||
return state.profit;
|
||||
},
|
||||
[BotStoreGetters.botState](state: FtbotStateType): BotState | {} {
|
||||
return state.profit;
|
||||
[BotStoreGetters.botState](state: FtbotStateType): BotState | undefined {
|
||||
return state.botState;
|
||||
},
|
||||
},
|
||||
mutations: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user