From 9a9cfbdb03a11876919ea69d676ef4e7abde10fd Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <_accounts@nareshkumarrao.com> Date: Thu, 29 Jul 2021 22:36:35 +0200 Subject: [PATCH] fix --- src/routes/TelegramWebhookRoute.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/routes/TelegramWebhookRoute.js b/src/routes/TelegramWebhookRoute.js index 542ccbe..f1c6a76 100644 --- a/src/routes/TelegramWebhookRoute.js +++ b/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(); }