sckim

make branch

Showing 1 changed file with 2 additions and 2 deletions
...@@ -147,8 +147,8 @@ function handleEvent(event) { ...@@ -147,8 +147,8 @@ function handleEvent(event) {
147 147
148 }); 148 });
149 149
150 - }); 150 + });
151 - } 151 +}
152 152
153 app.listen(80, function () { 153 app.listen(80, function () {
154 console.log('Linebot listening on port 80!'); 154 console.log('Linebot listening on port 80!');
......