@xuda.io/drive_module 1.1.896 → 1.1.897
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -321,7 +321,7 @@ exports.get_drive_files = async function (req) {
|
|
|
321
321
|
}
|
|
322
322
|
files.size = formatBytes(files.sizeInBytes);
|
|
323
323
|
|
|
324
|
-
return { code: 1, data: await process_drive_data(ret) };
|
|
324
|
+
return { code: 1, data: await process_drive_data(ret, file_doc) };
|
|
325
325
|
};
|
|
326
326
|
const get_user_files = async function () {
|
|
327
327
|
opt.selector.docType = "user_drive";
|