We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1760a51 commit 0c43c71Copy full SHA for 0c43c71
service/api/notifyRouter.ts
@@ -61,7 +61,7 @@ export default {
61
// Assert environment variables are set
62
if (!routerSecret || !telegramBotToken || !telegramChatNear) {
63
throw new Error(
64
- "2Missing environment variables: ROUTER_SECRET, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_NEAR"
+ "3Missing environment variables: ROUTER_SECRET, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_NEAR"
65
);
66
}
67
0 commit comments