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