corp-chat-library-antd-react-socket 1.1.5 → 1.1.6
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8652,7 +8652,7 @@ const Rt = /* @__PURE__ */ ii(fh), Us = Jr(void 0), gh = ({ children: e }) => {
|
|
|
8652
8652
|
console.log(q), p(q);
|
|
8653
8653
|
}, [c]);
|
|
8654
8654
|
const Ae = Xe(async (q = null) => {
|
|
8655
|
-
if (console.log("fetchChatsList"),
|
|
8655
|
+
if (console.log("fetchChatsList"), de(!0), m)
|
|
8656
8656
|
try {
|
|
8657
8657
|
if (!y || !S || !d) {
|
|
8658
8658
|
console.log("fetchChatsList false");
|
|
@@ -8670,7 +8670,7 @@ const Rt = /* @__PURE__ */ ii(fh), Us = Jr(void 0), gh = ({ children: e }) => {
|
|
|
8670
8670
|
_token: d
|
|
8671
8671
|
})
|
|
8672
8672
|
})).json();
|
|
8673
|
-
ee?.data?.content && (j(ee?.data?.content?.sms), oe(ee?.data?.content?.total_unread));
|
|
8673
|
+
console.log(ee), ee?.data?.content && (j(ee?.data?.content?.sms), oe(ee?.data?.content?.total_unread));
|
|
8674
8674
|
} catch (Y) {
|
|
8675
8675
|
console.log(Y);
|
|
8676
8676
|
} finally {
|
package/package.json
CHANGED