@xuda.io/account_module 1.2.2119 → 1.2.2121

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 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3312,6 +3312,7 @@ export const update_entity_account_profiles = async function (req, job_id, heade
3312
3312
  };
3313
3313
 
3314
3314
  export const get_contact = async function (uid, contact_id) {
3315
+ debugger;
3315
3316
  const account_profile_info = await get_active_account_profile_info(uid);
3316
3317
 
3317
3318
  const contact_ret = await db_module.get_app_couch_doc_native(account_profile_info.app_id, contact_id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.2119",
3
+ "version": "1.2.2121",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {