diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 17:00:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-28 17:00:28 +0900 |
| commit | 63b930e9fd14f2b6ccb2c484670d27ecd7a247b0 (patch) | |
| tree | 49d6126ac226f50130003ba98b552c8135394cc7 /src/common | |
| parent | wip (diff) | |
| download | misskey-63b930e9fd14f2b6ccb2c484670d27ecd7a247b0.tar.gz misskey-63b930e9fd14f2b6ccb2c484670d27ecd7a247b0.tar.bz2 misskey-63b930e9fd14f2b6ccb2c484670d27ecd7a247b0.zip | |
wip
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/othello/ai/back.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |