@xuda.io/account_module 1.2.1850 → 1.2.1851
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 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2043,7 +2043,7 @@ const set_account_profile_picture = async function (uid, account_uid, metadata,
|
|
|
2043
2043
|
|
|
2044
2044
|
const { bio, country, mainCategory, subCategory } = account_info;
|
|
2045
2045
|
|
|
2046
|
-
const file_ret = await ai_module.get_profile_avatar(account_info.profile_picture, uid, '', account_profile_info, account_info.account_type, 'account', account_uid, { bio, country, mainCategory, subCategory }, business_size, name, account_info.email, job_id, headers);
|
|
2046
|
+
const file_ret = await ai_module.get_profile_avatar(account_info.profile_picture, uid, '', account_profile_info, account_info.account_type, 'account', account_uid, { bio, country, mainCategory, subCategory, is_user: true }, business_size, name, account_info.email, job_id, headers);
|
|
2047
2047
|
if (file_ret.code < 0) {
|
|
2048
2048
|
throw new Error(file_ret.data);
|
|
2049
2049
|
}
|