윤준현

addProjectPPTandScript


addProjectPPTandScript
Showing 1 changed file with 1 additions and 1 deletions
...@@ -431,7 +431,7 @@ app.post('/message', function(req,res){ ...@@ -431,7 +431,7 @@ app.post('/message', function(req,res){
431 callback(null ,send); 431 callback(null ,send);
432 } 432 }
433 ]; 433 ];
434 - 434 +
435 // async의 waterfall을 통해 함수를 순차적으로 실행 // 435 // async의 waterfall을 통해 함수를 순차적으로 실행 //
436 async.waterfall(task, function(err,result){ 436 async.waterfall(task, function(err,result){
437 console.log(send); 437 console.log(send);
......