@esvndev/es-react-config-setting 1.0.58 → 1.0.59

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 CHANGED
@@ -18694,8 +18694,8 @@ const GetSettingGroup = (callback) => {
18694
18694
  headers: {
18695
18695
  'Content-Type': 'application/json',
18696
18696
  Authorization: `Bearer ${getToken()}`,
18697
- body: JSON.stringify({ ModuleId: REACT_APP_PRODUCT_CODE, StateId: '' })
18698
18697
  },
18698
+ body: JSON.stringify({ ModuleId: REACT_APP_PRODUCT_CODE, StateId: '' })
18699
18699
  };
18700
18700
  fetch(_url, options)
18701
18701
  .then(response => {