Ubuntu

delete omment

Showing 1 changed file with 0 additions and 19 deletions
......@@ -37,25 +37,6 @@ app.post('/hook', function (req, res) {
// }
})
// ########
// file import
// for(let i=0; i<200; i++){
// [000660, SK하이닉스]
// stockList = [[000660, sk하이닉스], []]
//}
// for (let i=0; i<stockList.length; i++){
// if (eventObj.message.text == stockList[i][1]){
// stock_code = stockList[i][0]
// }
// else{
// print('Not in list');
// }
// }
// ############
// request log
console.log('======================', new Date() ,'======================');
console.log('[request]', req.body);
......