Commit c9bcba7ec2201fc627c65a717ca69f76b58105f5

Authored by Nattapon W
1 parent 7fe25040
Exists in master and in 1 other branch develop

for test revert

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
app.js
... ... @@ -568,4 +568,6 @@ q.on('success', function (result, job) {
568 568  
569 569 // whileLoop()
570 570  
571   -app.listen(port, () => console.log('app listening on port ' + port + '!'))
572 571 \ No newline at end of file
  572 +app.listen(port, () => console.log('app listening on port ' + port + '!'))
  573 +
  574 +//test
573 575 \ No newline at end of file
... ...