@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.
Files changed (2) hide show
  1. package/index.mjs +0 -1
  2. 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5574",
3
+ "version": "1.1.5575",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",