Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -82,6 +82,10 @@ function Reply(eventObj,replyMsg){ | ... | @@ -82,6 +82,10 @@ function Reply(eventObj,replyMsg){ |
82 | let playerMsg = JSON.stringify(replyMsgJSON.response[0].player.name); | 82 | let playerMsg = JSON.stringify(replyMsgJSON.response[0].player.name); |
83 | let jsonMsg = JSON.stringify(replyMsgJSON); | 83 | let jsonMsg = JSON.stringify(replyMsgJSON); |
84 | 84 | ||
85 | + console.log(typeof(playerMsg)); | ||
86 | + console.log("Player Message ", playerMsg); | ||
87 | + console.log("JSON Message ", jsonMsg); | ||
88 | + | ||
85 | request.post( | 89 | request.post( |
86 | { | 90 | { |
87 | url: TARGET_URL, | 91 | url: TARGET_URL, | ... | ... |
-
Please register or login to post a comment