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 7cd9deb commit b533111Copy full SHA for b533111
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
- "3Missing environment variables: ROUTER_SECRET, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_NEAR"
+ "4Missing environment variables: ROUTER_SECRET, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_NEAR"
65
);
66
}
67
0 commit comments