@xuda.io/drive_module 1.1.1497 → 1.1.1498
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 +0 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -219,7 +219,6 @@ export const get_drive_files = async (req) => {
|
|
|
219
219
|
} else if (app_obj?.app_build_id) {
|
|
220
220
|
ts = '?ts=' + app_obj?.app_build_id;
|
|
221
221
|
}
|
|
222
|
-
debugger;
|
|
223
222
|
try {
|
|
224
223
|
files.sizeInBytes += doc.size;
|
|
225
224
|
files.children.push({
|
|
@@ -900,7 +899,6 @@ export const rename_drive_file = async (req, job_id, headers) => {
|
|
|
900
899
|
|
|
901
900
|
export const rename_drive_folder = async (req) => {
|
|
902
901
|
try {
|
|
903
|
-
debugger;
|
|
904
902
|
const { drive_type, app_id, curr_path, new_path, uid } = req;
|
|
905
903
|
validate_drive_type(drive_type);
|
|
906
904
|
|