Skip to content

Commit

Permalink
fix(querystring): indices must be disabled (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpain authored and silasbw committed Oct 31, 2018
1 parent 894821b commit c6bb0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Request {
*/
constructor(options) {
this.requestOptions = options.request || {};
this.requestOptions.qsStringifyOptions = { indices: false };
this.requestOptions.baseUrl = options.url;
this.requestOptions.ca = options.ca;
this.requestOptions.cert = options.cert;
Expand Down

0 comments on commit c6bb0a1

Please sign in to comment.