2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-22 09:57:10 +00:00

src: Fix lint error

This commit is contained in:
GochoMugo 2017-01-13 16:00:42 +03:00
parent f3b124ebad
commit e77c5ad8ec
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

@ -143,7 +143,7 @@ class TelegramBot extends EventEmitter {
this._fixReplyMarkup(options.qs);
}
options.method = "POST";
options.method = 'POST';
options.url = this._buildURL(_path);
options.simple = false;
options.resolveWithFullResponse = true;