dadi / api-wrapper-core

Core high-level methods for interacting with DADI API
2 stars 2 forks source link

fix: do not encodeURIComponent booleans or null objects #16

Closed adamkdean closed 6 years ago

adamkdean commented 6 years ago

This PR ensures that booleans do not pass through encodeURIComponent in the _encodeObjectKeys function.

adamkdean commented 6 years ago

@jimlambie fixed that assignment. Mistakenly thought result object was being mutated.