From 63b930e9fd14f2b6ccb2c484670d27ecd7a247b0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 28 Mar 2018 17:00:28 +0900 Subject: wip --- src/common/othello/ai/back.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/othello/ai/back.ts b/src/common/othello/ai/back.ts index 52f01ff97b..0950adaa9f 100644 --- a/src/common/othello/ai/back.ts +++ b/src/common/othello/ai/back.ts @@ -56,7 +56,7 @@ process.on('message', async msg => { } }); - post = res.created_post; + post = res.createdPost; //#endregion } -- cgit v1.2.3-freya