From e167c4c13dac028a6b9b7cd1261a464208d75873 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 4 Nov 2021 20:40:37 +0100 Subject: [PATCH] Fix typo --- src/store/modules/ftbot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/ftbot/index.ts b/src/store/modules/ftbot/index.ts index e7fb74d5..a5906f48 100644 --- a/src/store/modules/ftbot/index.ts +++ b/src/store/modules/ftbot/index.ts @@ -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 | {} {