This commit is contained in:
Matthias 2021-11-04 20:40:37 +01:00
parent 8f1e6f874a
commit e167c4c13d

View File

@ -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 | {} {