Skip to content

Commit b533111

Browse files
committed
Test
1 parent 7cd9deb commit b533111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/api/notifyRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
// Assert environment variables are set
6262
if (!routerSecret || !telegramBotToken || !telegramChatNear) {
6363
throw new Error(
64-
"3Missing environment variables: ROUTER_SECRET, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_NEAR"
64+
"4Missing environment variables: ROUTER_SECRET, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_NEAR"
6565
);
6666
}
6767

0 commit comments

Comments
 (0)