@xuda.io/drive_module 1.1.1336 → 1.1.1338
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.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -485,6 +485,7 @@ export const delete_drive_files = async (req, job_id, headers) => {
|
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
for await (const file of files_arr) {
|
|
488
|
+
debugger;
|
|
488
489
|
let doc = await get_drive_doc(file.type, drive_type, app_id, uid, file.file_path, headers);
|
|
489
490
|
|
|
490
491
|
if (doc.is_system) {
|
|
@@ -660,7 +661,6 @@ export const update_drive_file = async (req, job_id, headers, file_obj) => {
|
|
|
660
661
|
filename: file_obj.originalname,
|
|
661
662
|
file_url,
|
|
662
663
|
file_path,
|
|
663
|
-
file_name,
|
|
664
664
|
},
|
|
665
665
|
};
|
|
666
666
|
} catch (err) {
|