@esvndev/es-react-config-setting 1.0.80 → 1.0.81
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 +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18819,6 +18819,9 @@ const UpdateSettingConfig = (obj, file, callback) => {
|
|
|
18819
18819
|
if (file) {
|
|
18820
18820
|
formData.append("file", file);
|
|
18821
18821
|
}
|
|
18822
|
+
else {
|
|
18823
|
+
formData.append("file", '');
|
|
18824
|
+
}
|
|
18822
18825
|
const options = {
|
|
18823
18826
|
method: 'POST',
|
|
18824
18827
|
headers: {
|