This commit is contained in:
syuilo
2018-03-28 17:00:28 +09:00
parent 71065077f6
commit 63b930e9fd
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ process.on('message', async msg => {
}
});
post = res.created_post;
post = res.createdPost;
//#endregion
}