@yoooloo42/joker 1.0.242 → 1.0.244
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.esm.js
CHANGED
|
@@ -22789,7 +22789,7 @@ const reload = async _ref2 => {
|
|
|
22789
22789
|
let {
|
|
22790
22790
|
scopeThis
|
|
22791
22791
|
} = _ref2;
|
|
22792
|
-
unclassified.deepClone.replaceObject(scopeThis.query
|
|
22792
|
+
unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
|
|
22793
22793
|
const result = await refresh({
|
|
22794
22794
|
scopeThis
|
|
22795
22795
|
});
|