박찬수

초기화 기능 수정

Showing 1 changed file with 3 additions and 4 deletions
......@@ -79,15 +79,14 @@ function Reply(eventObj,replyMsg){
{
"type":"text",
"text":replyMsg
},
{
"type":"text",
"text":"second"
}
]
}
},(error, response, body) => {
console.log(body);
if(step == 2){
SetDefault(eventObj.source.userId);
}
});
}
......