@xuda.io/account_module 1.2.1348 → 1.2.1349
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 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2047,6 +2047,7 @@ export const add_contact = async function (req, job_id, headers) {
|
|
|
2047
2047
|
};
|
|
2048
2048
|
|
|
2049
2049
|
export const get_contacts = async function (req) {
|
|
2050
|
+
debugger;
|
|
2050
2051
|
const { _id, uid, name, limit, skip, bookmark, search, filter_type = 'all', contact_id, profile_id } = req;
|
|
2051
2052
|
try {
|
|
2052
2053
|
const account_profile_info = await get_active_account_profile_info(uid, profile_id);
|