@xuda.io/drive_module 1.1.1252 → 1.1.1254

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 +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1119,7 +1119,7 @@ export const upload_drive_file = async (req, job_id, headers, file_obj) => {
1119
1119
  if (await fs_module.file_exists(target_file)) {
1120
1120
  return {
1121
1121
  code: -762,
1122
- data: 'file already exist',
1122
+ data: `${type} exist`,
1123
1123
  };
1124
1124
  }
1125
1125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1252",
3
+ "version": "1.1.1254",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {