박찬수

reply.js modified.

Showing 1 changed file with 2 additions and 2 deletions
......@@ -55,7 +55,7 @@ app.post('/hook', function (req, res) {
// });
// res.sendStatus(200);
res.sendStatus(200);
});
try {
......@@ -98,7 +98,7 @@ function Reply(eventObj){
},(error, response, body) => {
console.log(body);
});
res.sendStatus(200);
}
function GetPlayerInfo(playerID, season, eventObj){
......