@xuda.io/account_module 1.2.1121 → 1.2.1122
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
|
@@ -2536,7 +2536,7 @@ export const get_share_profile_in = async function (uid, pending) {
|
|
|
2536
2536
|
let doc = await db_module.get_couch_doc_native('xuda_accounts', e.share_item_id);
|
|
2537
2537
|
|
|
2538
2538
|
doc.shared_from_uid = e.team_req_from_uid;
|
|
2539
|
-
doc.pending =
|
|
2539
|
+
doc.pending = pending;
|
|
2540
2540
|
doc = await get_account_profile_info(uid, doc);
|
|
2541
2541
|
doc.team_req_id = e._id;
|
|
2542
2542
|
|