Skip to content

Conversation

@chinesedfan
Copy link
Contributor

Fixes #2587 and most codes are from #2589.


utils.forEach(otherKeys, function otherKeysDefaultToConfig2(prop) {
if (typeof config2[prop] !== 'undefined') {
utils.forEach(otherKeys, function mergeDeepProperties(prop) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both line34 and line65 use the "mergeDeepProperties" function, I personally think that this function should be extracted

@chinesedfan
Copy link
Contributor Author

Closed due to #2844.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom default params not persised to each request

4 participants