@xuda.io/account_module 1.2.1262 → 1.2.1263
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1395,7 +1395,7 @@ export const get_contact_info = async function (uid, contact_doc, _id) {
|
|
|
1395
1395
|
const ai_module = await import(`${module_path}/ai_module/index.mjs`);
|
|
1396
1396
|
let doc = contact_doc;
|
|
1397
1397
|
if (_id) {
|
|
1398
|
-
doc = await
|
|
1398
|
+
doc = await get_contact(uid, _id);
|
|
1399
1399
|
}
|
|
1400
1400
|
doc.notifications = 0;
|
|
1401
1401
|
if (doc.contact_uid) {
|