mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-30 05:48:00 +00:00
Eslint correction
This commit is contained in:
parent
763f717a04
commit
42a2d24273
@ -372,7 +372,7 @@ class TelegramBot extends EventEmitter {
|
||||
opts.formData = content[0];
|
||||
opts.qs.document = content[1];
|
||||
if (opts.formData && Object.keys(fileOpts).length) {
|
||||
opts.formData['document'].options = fileOpts;
|
||||
opts.formData.document.options = fileOpts;
|
||||
}
|
||||
return this._request('sendDocument', opts);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user