@esvndev/es-react-config-setting 1.0.88 → 1.0.89
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.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17024,7 +17024,7 @@ const GetSettingConfigClient = async (filter, callback) => {
|
|
|
17024
17024
|
StateId: '',
|
|
17025
17025
|
Option: JSON.stringify({
|
|
17026
17026
|
version: localStorage.getItem("app_config_setting_version"),
|
|
17027
|
-
...(filter ?? {})
|
|
17027
|
+
filter: { ...(filter ?? {}) }
|
|
17028
17028
|
})
|
|
17029
17029
|
};
|
|
17030
17030
|
const options = {
|