@xuda.io/account_module 1.2.1071 → 1.2.1072

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
@@ -2688,7 +2688,7 @@ export const get_account_profiles = async function (req) {
2688
2688
  if (!profile_id) {
2689
2689
  if (filter_type === 'pending') {
2690
2690
  ////// FROM - IN
2691
- shared_from.docs = await get_pending_share_contact_in(uid);
2691
+ shared_from.docs = await get_pending_share_profile_in(uid);
2692
2692
  shared_from.total_docs = shared_from.docs.length;
2693
2693
  }
2694
2694
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1071",
3
+ "version": "1.2.1072",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {