@xuda.io/drive_module 1.1.1016 → 1.1.1017

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1609,7 +1609,7 @@ exports.check_drive_file = async function (req, job_id, headers, file_obj) {
1609
1609
  };
1610
1610
 
1611
1611
  if (type === "file") {
1612
- selector.originalname = file_path; // path.basename(file_path);
1612
+ selector.originalname = path.basename(file_path);
1613
1613
  }
1614
1614
 
1615
1615
  switch (drive_type) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1016",
3
+ "version": "1.1.1017",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {