Skip to content

Commit

Permalink
[*Feat] removing useless commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhb committed Apr 14, 2021
1 parent 5f9d575 commit 0fd1b4f
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,6 @@ function router(route){

}

// async function showMainmenu(userCache,message){

// // console.log("user",user)
// const actions = [
// ...user,
// ...weather
// ];

// console.log(actions
// .filter(action=>!action.hidden)
// .map(action=>{
// return {
// key:action.title,
// value:action.route
// };
// }));

// await sendMessageWithSeenAndTyping(
// userCache.id,
// "Choose what do you want to do now?",
// actions
// .filter(action=>!action.hidden)
// .map(action=>{
// return {
// key:action.title,
// value:action.route
// };
// })
// );

// }

async function mainService(userData,user,message){

const userCache = await cacheUtil.getUserFromCache(user.id);
Expand Down

0 comments on commit 0fd1b4f

Please sign in to comment.