박찬수

reply modified

Showing 1 changed file with 2 additions and 2 deletions
......@@ -79,8 +79,8 @@ function Reply(eventObj,replyMsg){
let replyMsgJSON = JSON.parse(replyMsg);
let playerMsg = JSON.parse(replyMsgJSON.response[0].player.name);
let jsonMsg = JSON.parse(replyMsgJSON);
let playerMsg = JSON.stringify(replyMsgJSON.response[0].player.name);
let jsonMsg = JSON.stringify(replyMsgJSON);
request.post(
{
......