@xuda.io/drive_module 1.1.575 → 1.1.577
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.
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1537,7 +1537,6 @@ exports.upload_drive_file = async function (req, job_id, headers, file_obj) {
|
|
|
1537
1537
|
}
|
|
1538
1538
|
};
|
|
1539
1539
|
exports.check_drive_file = async function (req, job_id, headers, file_obj) {
|
|
1540
|
-
debugger;
|
|
1541
1540
|
const { drive_type, app_id, uid, originalname } = req;
|
|
1542
1541
|
var file_name, ref;
|
|
1543
1542
|
|
|
@@ -2204,4 +2203,6 @@ const get_folder_docs = async function (dir, drive_type, app_id) {
|
|
|
2204
2203
|
return docs;
|
|
2205
2204
|
};
|
|
2206
2205
|
|
|
2206
|
+
const reset_deployment_cache = async function (datacenter_id) {};
|
|
2207
|
+
|
|
2207
2208
|
setTimeout(function () {}, 2000);
|