@xuda.io/account_module 1.2.1449 → 1.2.1451

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 +3 -3
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2167,7 +2167,7 @@ const set_account_profile_picture = async function (uid, account_uid, metadata,
2167
2167
  const set_contact_profile_picture = async function (uid, contact_id, metadata, job_id, headers) {
2168
2168
  const ai_module = await import(`${module_path}/ai_module/index.mjs`);
2169
2169
  const account_profile_info = await get_active_account_profile_info(uid);
2170
- debugger;
2170
+
2171
2171
  await update_contact_profile_picture_status(uid, contact_id, 1);
2172
2172
  try {
2173
2173
  let profile_picture;
@@ -2201,9 +2201,9 @@ const set_contact_profile_picture = async function (uid, contact_id, metadata, j
2201
2201
  // contact_obj.business_size = business_size;
2202
2202
  // contact_obj.country = business_country;
2203
2203
  // contact_obj.bio = business_bio;
2204
-
2204
+ debugger;
2205
2205
  const file_ret = await ai_module.get_profile_avatar(
2206
- profile_picture,
2206
+ contact_obj.profile_picture,
2207
2207
  uid,
2208
2208
  '',
2209
2209
  account_profile_info,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1449",
3
+ "version": "1.2.1451",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {