@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.mjs CHANGED
@@ -18792,6 +18792,9 @@ const UpdateSettingConfig = (obj, file, callback) => {
18792
18792
  if (file) {
18793
18793
  formData.append("file", file);
18794
18794
  }
18795
+ else {
18796
+ formData.append("file", '');
18797
+ }
18795
18798
  const options = {
18796
18799
  method: 'POST',
18797
18800
  headers: {