conjure-client
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -100,3 +100,3 @@ "use strict"; | ||
} | ||
if (data) { | ||
if (data != null) { | ||
fetchRequestInit.body = this.handleBody(params); | ||
@@ -103,0 +103,0 @@ if (requestMediaType != null && requestMediaType !== httpApiBridge_1.MediaType.MULTIPART_FORM_DATA) { |
{ | ||
"name": "conjure-client", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "An HTTP bridge library for use in front end applications and generated conjure code", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54779