@xuda.io/ai_module 1.1.4789 → 1.1.4790
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
|
@@ -6399,7 +6399,7 @@ export const modify_profile_avatar = async function (req, job_id, headers) {
|
|
|
6399
6399
|
metadata = account_info;
|
|
6400
6400
|
}
|
|
6401
6401
|
|
|
6402
|
-
metadata.is_user = true;
|
|
6402
|
+
metadata.is_user = true; // create building with sign
|
|
6403
6403
|
return await get_profile_avatar(url, uid, prompt, account_profile_info, account_type, docType, _id, metadata, account_info, name, account_info.email, job_id, headers);
|
|
6404
6404
|
} catch (err) {
|
|
6405
6405
|
return { code: -111, data: err.message };
|