@xuda.io/ai_module 1.1.4790 → 1.1.4791
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 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -6353,6 +6353,7 @@ export const conversation_actions = async function (req, job_id, headers) {
|
|
|
6353
6353
|
// };
|
|
6354
6354
|
|
|
6355
6355
|
export const modify_profile_avatar = async function (req, job_id, headers) {
|
|
6356
|
+
// the function modify human avatar
|
|
6356
6357
|
const { methods = [], docType, uid, url, _id, name, account_type } = req;
|
|
6357
6358
|
let { metadata } = req;
|
|
6358
6359
|
const account_profile_info = await account_module.get_active_account_profile_info(uid);
|