@xuda.io/account_module 1.2.2130 → 1.2.2131
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
|
@@ -2881,7 +2881,7 @@ export const get_account_profile_info = async function (uid, contact_profile_doc
|
|
|
2881
2881
|
doc.card_background = `linear-gradient(145deg, #242480 0%, #060619 100%)`;
|
|
2882
2882
|
// doc.border = get_contact_border(doc);
|
|
2883
2883
|
|
|
2884
|
-
doc.members = await get_members(doc.shared_from_uid || doc.uid, doc.
|
|
2884
|
+
doc.members = await get_members(doc.shared_from_uid || doc.uid, doc.share_item_id || doc._id);
|
|
2885
2885
|
const user_account_profiles = await get_user_account_profiles();
|
|
2886
2886
|
|
|
2887
2887
|
const usage_ret = await get_account_ai_usage({ uid: doc.shared_from_uid || doc.uid });
|