@xuda.io/drive_module 1.1.471 → 1.1.472

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.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2210,7 +2210,6 @@ const get_folder_size = async function (dir, drive_type, app_id) {
2210
2210
  selector: {
2211
2211
  docType: `${drive_type}_drive`,
2212
2212
  stat: 3,
2213
-
2214
2213
  file_path: path.join("/", dirPath),
2215
2214
  },
2216
2215
  limit: 99999,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.471",
3
+ "version": "1.1.472",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {