@azure/synapse-monitoring 1.0.0-alpha.20221107.1 → 1.0.0-alpha.20221124.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14684,7 +14684,7 @@ function formDataPolicy() {
|
|
|
14684
14684
|
request.formData = undefined;
|
|
14685
14685
|
}
|
|
14686
14686
|
else {
|
|
14687
|
-
prepareFormData(request.formData, request);
|
|
14687
|
+
await prepareFormData(request.formData, request);
|
|
14688
14688
|
}
|
|
14689
14689
|
}
|
|
14690
14690
|
return next(request);
|