src: Fix lint error

experimental
GochoMugo 9 years ago
parent f3b124ebad
commit e77c5ad8ec
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
  1. 2
      src/telegram.js

@ -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…
Cancel
Save