Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Apr 18, 2022
1 parent 355c73d commit 5c6a245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -135,6 +135,8 @@ class Fasquest {
options.simple = opts.simple !== false;
options.method = opts.method || 'GET';
options.uri = opts.uri;
options.timeout = opts.timeout;

if (opts.qs) {
var escQS = qs.stringify(opts.qs);

Expand Down

0 comments on commit 5c6a245

Please sign in to comment.