Browse Source

fix

pull/5/head
Nareshkumar Rao 3 years ago
parent
commit
9a9cfbdb03
  1. 7
      src/routes/TelegramWebhookRoute.js

7
src/routes/TelegramWebhookRoute.js

@ -22,15 +22,10 @@ function TelegramWebhookRoute(req, res) {
});
}
}
});
}
catch(e){
}catch(e){
console.log("Could not get Telegram Message");
}
res.send();
}

Loading…
Cancel
Save