mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-09-01 06:45:41 +00:00
test: Fix previously-uncaught lint errors
This commit is contained in:
@@ -9,8 +9,8 @@ const TelegramBot = require('../..');
|
||||
const options = {
|
||||
webHook: {
|
||||
port: 443,
|
||||
key: `${__dirname}/../ssl/key.pem`, // Path to file with PEM private key
|
||||
cert: `${__dirname}/../ssl/crt.pem` // Path to file with PEM certificate
|
||||
key: `${__dirname}/../ssl/key.pem`, // Path to file with PEM private key
|
||||
cert: `${__dirname}/../ssl/crt.pem` // Path to file with PEM certificate
|
||||
}
|
||||
};
|
||||
// This URL must route to the port set above (i.e. 443)
|
||||
|
Reference in New Issue
Block a user