윤준현

fix sintax error

Showing 1 changed file with 3 additions and 2 deletions
......@@ -72,6 +72,7 @@ app.post('/message', function(req,res){
callback(null, mot);
});
break;
default:
if(singer == 'Reol'){
crawlReol.crawl_Reol('https://namu.wiki/w/%EB%A0%88%EC%98%A4%EB%A3%A8/%EC%9D%8C%EB%B0%98#toc',function(Reol){
......@@ -291,7 +292,7 @@ app.post('/message', function(req,res){
case 'Guckkasten-Discography':
send = {
'message': {
'text': 'Album List',
'text': 'Album List'
},
keyboard: {
'type': 'buttons',
......@@ -326,7 +327,7 @@ app.post('/message', function(req,res){
case 'Mot-Discography':
send = {
'message': {
'text': 'Album List',
'text': 'Album List'
},
keyboard: {
'type': 'buttons',
......