@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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. 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 = true;
2539
+ doc.pending = pending;
2540
2540
  doc = await get_account_profile_info(uid, doc);
2541
2541
  doc.team_req_id = e._id;
2542
2542
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1121",
3
+ "version": "1.2.1122",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {