@xuda.io/account_module 1.2.345 → 1.2.346
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
|
@@ -1200,7 +1200,7 @@ export const get_contacts = async function (req) {
|
|
|
1200
1200
|
name: `${e.sender_account_info.first_name} ${e.sender_account_info.last_name}`,
|
|
1201
1201
|
profile_avatar: e.sender_account_info.profile_avatar || _conf.anonymous_image_url,
|
|
1202
1202
|
pending: true,
|
|
1203
|
-
|
|
1203
|
+
team_req_from_uid: e.team_req_from_uid,
|
|
1204
1204
|
req_from_id: e._id,
|
|
1205
1205
|
})),
|
|
1206
1206
|
...contacts_ret.docs,
|