fix bot heathcheck
Deploy app frontend / app frontend (push) Successful in 2m44s
Deploy service couchdb / service couchdb (push) Successful in 27s
Deploy db-migrations / db-migrations (push) Successful in 1m41s
Deploy service tg-bot / service tg-bot (push) Successful in 1m49s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m35s
Deploy app frontend / app frontend (push) Successful in 2m44s
Deploy service couchdb / service couchdb (push) Successful in 27s
Deploy db-migrations / db-migrations (push) Successful in 1m41s
Deploy service tg-bot / service tg-bot (push) Successful in 1m49s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m35s
This commit is contained in:
@@ -54,7 +54,7 @@ bot.on("callback_query:data", callbackQueryHandler);
|
||||
await setupCommands(bot);
|
||||
|
||||
// Запуск бота
|
||||
await bot.start();
|
||||
bot.start();
|
||||
|
||||
await startHealthServer(abortController);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user