@xuda.io/drive_module 1.1.1123 → 1.1.1125
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 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -121,6 +121,7 @@ exports.get_drive_files = async function (req) {
|
|
|
121
121
|
.filter((e) => !e.includes(':'))
|
|
122
122
|
.filter((e) => e)
|
|
123
123
|
.join(' ');
|
|
124
|
+
|
|
124
125
|
if (mix_conditions) {
|
|
125
126
|
tags_query.$or = [
|
|
126
127
|
...tags_query.$or,
|
|
@@ -223,6 +224,7 @@ exports.get_drive_files = async function (req) {
|
|
|
223
224
|
return {
|
|
224
225
|
code: 1,
|
|
225
226
|
data: await fetch_drive_files(ret, file_doc, app_id_reference, null, app_obj.app_datacenter_id, app_obj.is_deployment ? app_obj.app_access_url : undefined),
|
|
227
|
+
opt,
|
|
226
228
|
};
|
|
227
229
|
};
|
|
228
230
|
const get_user_files = async function () {
|