@yoooloo42/joker 1.0.278 → 1.0.279
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22871,7 +22871,7 @@ const reload = async _ref2 => {
|
|
|
22871
22871
|
let {
|
|
22872
22872
|
scopeThis
|
|
22873
22873
|
} = _ref2;
|
|
22874
|
-
unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
|
|
22874
|
+
unclassified.deepClone.replaceObject(scopeThis.query, JSON.parse(JSON.stringify(scopeThis.queryInit)));
|
|
22875
22875
|
const result = await refresh({
|
|
22876
22876
|
scopeThis,
|
|
22877
22877
|
noMessage: true
|