@fileverse-dev/dsheet 1.0.62 → 1.0.63
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.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -221472,7 +221472,7 @@ const gMt = ({
|
|
|
221472
221472
|
};
|
|
221473
221473
|
return Xt(() => (a(), t.current = setInterval(() => {
|
|
221474
221474
|
a();
|
|
221475
|
-
},
|
|
221475
|
+
}, 20 * 60 * 1e3), () => {
|
|
221476
221476
|
t.current && clearInterval(t.current);
|
|
221477
221477
|
}), []), {
|
|
221478
221478
|
refreshDenomination: n
|