mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Fix typo
This commit is contained in:
parent
8f1e6f874a
commit
e167c4c13d
|
@ -254,7 +254,7 @@ export function createBotSubStore(botId: string, botName: string) {
|
|||
[BotStoreGetters.version](state: FtbotStateType): string {
|
||||
return state.version;
|
||||
},
|
||||
[BotStoreGetters.version](state: FtbotStateType): SysInfoResponse | {} {
|
||||
[BotStoreGetters.sysinfo](state: FtbotStateType): SysInfoResponse | {} {
|
||||
return state.sysinfo;
|
||||
},
|
||||
[BotStoreGetters.profit](state: FtbotStateType): ProfitInterface | {} {
|
||||
|
|
Loading…
Reference in New Issue
Block a user