mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-22 09:57:10 +00:00
Uppps, fix "{"
This commit is contained in:
parent
0bf148adb9
commit
f20a7f4ee5
@ -13,7 +13,7 @@ const isCI = require('is-ci');
|
||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
||||
|
||||
const TOKEN = process.env.TEST_TELEGRAM_TOKEN;
|
||||
if (!TOKEN)
|
||||
if (!TOKEN) {
|
||||
throw new Error('Bot token not provided');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user