@xuda.io/drive_module 1.1.807 → 1.1.808

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1259,8 +1259,6 @@ exports.update_drive_file_sharing_mode = async function (req, job_id, headers) {
1259
1259
 
1260
1260
  let doc = await get_drive_doc(drive_type, app_id, uid, file_path, headers);
1261
1261
 
1262
- const file_name = path.basename(file_path);
1263
-
1264
1262
  doc.ts = Date.now();
1265
1263
  doc.public = is_public;
1266
1264
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.807",
3
+ "version": "1.1.808",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {