@xuda.io/account_module 1.2.1653 → 1.2.1654
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
|
@@ -2035,6 +2035,7 @@ export const add_contact = async function (req, job_id, headers) {
|
|
|
2035
2035
|
limit: 1,
|
|
2036
2036
|
fields: ['_id'],
|
|
2037
2037
|
};
|
|
2038
|
+
debugger;
|
|
2038
2039
|
const user_contacts = await find_contact_query(uid, opt);
|
|
2039
2040
|
if (user_contacts.docs.length) {
|
|
2040
2041
|
// throw new Error('contact already exist');
|