2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-25 03:18:31 +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); this._fixReplyMarkup(options.qs);
} }
options.method = "POST"; options.method = 'POST';
options.url = this._buildURL(_path); options.url = this._buildURL(_path);
options.simple = false; options.simple = false;
options.resolveWithFullResponse = true; options.resolveWithFullResponse = true;