박찬수

reply.js modified.

Showing 1 changed file with 2 additions and 2 deletions
...@@ -55,7 +55,7 @@ app.post('/hook', function (req, res) { ...@@ -55,7 +55,7 @@ app.post('/hook', function (req, res) {
55 // }); 55 // });
56 56
57 57
58 - // res.sendStatus(200); 58 + res.sendStatus(200);
59 }); 59 });
60 60
61 try { 61 try {
...@@ -98,7 +98,7 @@ function Reply(eventObj){ ...@@ -98,7 +98,7 @@ function Reply(eventObj){
98 },(error, response, body) => { 98 },(error, response, body) => {
99 console.log(body); 99 console.log(body);
100 }); 100 });
101 - res.sendStatus(200); 101 +
102 } 102 }
103 103
104 function GetPlayerInfo(playerID, season, eventObj){ 104 function GetPlayerInfo(playerID, season, eventObj){
......