From 7de089dbbb738323fb23e3f76c6bd73fbe98b127 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 26 Dec 2021 03:47:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20api=20=ED=98=B8=EC=B6=9C=20=EC=88=9C?= =?UTF-8?q?=EC=84=9C=EA=B0=80=20=EA=B1=B0=EA=BE=B8=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/v_processing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/ts/v_processing.ts b/hwe/ts/v_processing.ts index b123f2cc..9b11e17b 100644 --- a/hwe/ts/v_processing.ts +++ b/hwe/ts/v_processing.ts @@ -14,7 +14,7 @@ import { sammoAPI, ValidResponse } from './util/sammoAPI'; declare const turnList: number[]; async function submitCommand(isChiefTurn: boolean, turnList: number[], action: string, arg: Args): Promise { - const target = isChiefTurn ? 'Command/ReserveCommand' : 'NationCommand/ReserveCommand'; + const target = isChiefTurn ? 'NationCommand/ReserveCommand' : 'Command/ReserveCommand'; try { const testResult = testSubmitArgs(arg);