superfaceai / one-sdk-js

1️⃣ One Node.js SDK for all the APIs you want to integrate with
https://superface.ai
MIT License
46 stars 3 forks source link

Handle undefined and null in form-data field value #342

Closed freaz closed 1 year ago

freaz commented 1 year ago

Description

Fields with value null or undefined are not sent, as they are not convertible to string or Blob.

Motivation and Context

Internally reported bug.

Types of changes

Checklist: