@xuda.io/ai_module 1.1.5574 → 1.1.5575
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 +0 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -6181,7 +6181,6 @@ const create_and_upload_image_to_drive = async function (drive_type, file_path,
|
|
|
6181
6181
|
};
|
|
6182
6182
|
|
|
6183
6183
|
export const create_avatar = async function (req, job_id, headers) {
|
|
6184
|
-
debugger;
|
|
6185
6184
|
const { docType, uid, url, _id, name, account_type } = req;
|
|
6186
6185
|
let { metadata } = req;
|
|
6187
6186
|
try {
|