@camunda/play 6.0.1-rc.0 → 6.0.1-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4020,7 +4020,7 @@ function tBe(o, e) {
|
|
|
4020
4020
|
customProperties: {
|
|
4021
4021
|
[g7e]: o
|
|
4022
4022
|
},
|
|
4023
|
-
contentType: e.type,
|
|
4023
|
+
contentType: e.type ?? "text/plain",
|
|
4024
4024
|
fileName: e.name
|
|
4025
4025
|
}, n = new FormData();
|
|
4026
4026
|
return n.append("files", e), n.append("metadata", JSON.stringify(t)), n;
|