@xuda.io/account_module 1.2.1448 → 1.2.1450
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 +2 -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
|
-
|
|
2170
|
+
|
|
2171
2171
|
await update_contact_profile_picture_status(uid, contact_id, 1);
|
|
2172
2172
|
try {
|
|
2173
2173
|
let profile_picture;
|
|
@@ -2201,7 +2201,7 @@ 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
2206
|
profile_picture,
|
|
2207
2207
|
uid,
|