@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.mjs CHANGED
@@ -18667,8 +18667,8 @@ const GetSettingGroup = (callback) => {
18667
18667
  headers: {
18668
18668
  'Content-Type': 'application/json',
18669
18669
  Authorization: `Bearer ${getToken()}`,
18670
- body: JSON.stringify({ ModuleId: REACT_APP_PRODUCT_CODE, StateId: '' })
18671
18670
  },
18671
+ body: JSON.stringify({ ModuleId: REACT_APP_PRODUCT_CODE, StateId: '' })
18672
18672
  };
18673
18673
  fetch(_url, options)
18674
18674
  .then(response => {