@xuda.io/drive_module 1.1.787 → 1.1.788

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 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -502,10 +502,7 @@ exports.get_drive_file_info = async function (req) {
502
502
  const { type, drive_type, app_id, file_name } = req;
503
503
  var { file_path } = req;
504
504
 
505
- let doc=await get_drive_doc(drive_type, app_id,
506
- uid,
507
- file_path,
508
- headers)
505
+ let doc=await get_drive_doc(drive_type, app_id,uid,file_path,headers)
509
506
 
510
507
  let doc_ret,
511
508
  doc_id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.787",
3
+ "version": "1.1.788",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {