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:
parent
f3b124ebad
commit
e77c5ad8ec
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user