-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fixes #81
Bug fixes #81
Conversation
headers: Helpers.generateHeaderObj(request.transformed.headers), | ||
data: this._getTransformedRequestData(request), | ||
dataMode: request.dataMode | ||
url: request.transformed.url, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation change. Had reverted my Vim settings accidentally and hence the bogus commit.
Any traction ? |
@viig99 Made the changes to return and indent. Merge now. Will send the PR on transformed data separately. |
var isSet = false; | ||
|
||
// check if the envVariable already exists | ||
Globals.envJson.values.forEach(function(envObject) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use underscore find
to this, and use if-else here instead of early returns
Bug fixes for issues #80, #78, #77
Added an extra collections file to test formdata.