@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.
Files changed (2) hide show
  1. package/index.mjs +0 -2
  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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1035",
3
+ "version": "1.2.1036",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {