@xuda.io/account_module 1.2.1035 → 1.2.1036
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 +0 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2597,8 +2597,6 @@ export const get_profiles = async function (req) {
|
|
|
2597
2597
|
if (!profile_id) {
|
|
2598
2598
|
if (filter_type === 'pending') {
|
|
2599
2599
|
////// FROM - IN
|
|
2600
|
-
requests_from.docs = await get_pending_contact_in(uid);
|
|
2601
|
-
requests_from.total_docs = requests_from.docs.length;
|
|
2602
2600
|
shared_from.docs = await get_pending_share_contact_in(uid);
|
|
2603
2601
|
shared_from.total_docs = shared_from.docs.length;
|
|
2604
2602
|
}
|