@xuda.io/drive_module 1.1.1407 → 1.1.1409
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 -11
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1470,18 +1470,7 @@ const validate_drive_type = (drive_type) => {
|
|
|
1470
1470
|
};
|
|
1471
1471
|
|
|
1472
1472
|
export const run_drive_pending_ocr = async () => {
|
|
1473
|
-
// const { uid } = req;
|
|
1474
1473
|
try {
|
|
1475
|
-
// let opt = {
|
|
1476
|
-
// selector: { docType: 'user_drive', ocr_stat: 1, stat: 3 },
|
|
1477
|
-
// limit: 1,
|
|
1478
|
-
// };
|
|
1479
|
-
|
|
1480
|
-
// const user_drive_res = await find_contact_query(uid, opt);
|
|
1481
|
-
// for await (let doc of user_drive_res.docs) {
|
|
1482
|
-
// await ocr_drive_file(null, doc);
|
|
1483
|
-
// }
|
|
1484
|
-
|
|
1485
1474
|
let selector = {
|
|
1486
1475
|
docType: 'app',
|
|
1487
1476
|
app_status_code: {
|