@3sc/common-component 0.0.364 → 0.0.365
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/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -45521,7 +45521,7 @@ const HW = {
|
|
|
45521
45521
|
}, Ty = async (e, t, n) => {
|
|
45522
45522
|
try {
|
|
45523
45523
|
const r = n === xw.MARK_ALL_READ ? "" : `&${Nw}=${n}&`, o = `${e}${qc.NOTIFICATION}${Qp.VERSION}?${nh}=${oh}&${rh}=${sh}${r}`;
|
|
45524
|
-
return await Ot.put(o, Da);
|
|
45524
|
+
return await Ot.put(o, {}, Da);
|
|
45525
45525
|
} catch (r) {
|
|
45526
45526
|
return r;
|
|
45527
45527
|
}
|