@xuda.io/drive_module 1.1.561 → 1.1.562

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
@@ -1536,7 +1536,7 @@ exports.upload_drive_file = async function (req, job_id, headers, file_obj) {
1536
1536
  };
1537
1537
  exports.check_drive_file = async function (req, job_id, headers, file_obj) {
1538
1538
  const { drive_type, app_id, uid, make_public, check_exist } = req;
1539
- var file_name;
1539
+ var file_name, ref;
1540
1540
  switch (drive_type) {
1541
1541
  case "studio": {
1542
1542
  ref = await _common.get_project_app_id(req.app_id, true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.561",
3
+ "version": "1.1.562",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {