@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.
- package/index.mjs +1 -1
- 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
|
|
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
|
}
|