cloudinary / cloudinary_npm

Cloudinary NPM for node.js integration
629 stars 323 forks source link

fix: removing nested nulls from options passed to api, closes #581 #593

Closed cloudinary-pkoniu closed 1 year ago

cloudinary-pkoniu commented 1 year ago

Brief Summary of Changes

Changes are related only to one of utils functions: clear_blank. Previously, it didn't filter out nested nulls from options passed to the API.

What Does This PR Address?

Are Tests Included?

Reviewer, Please Note:

N/A