@xuda.io/drive_module 1.1.1408 → 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.
Files changed (2) hide show
  1. package/index.mjs +0 -12
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1470,19 +1470,7 @@ const validate_drive_type = (drive_type) => {
1470
1470
  };
1471
1471
 
1472
1472
  export const run_drive_pending_ocr = async () => {
1473
- debugger;
1474
- // const { uid } = req;
1475
1473
  try {
1476
- // let opt = {
1477
- // selector: { docType: 'user_drive', ocr_stat: 1, stat: 3 },
1478
- // limit: 1,
1479
- // };
1480
-
1481
- // const user_drive_res = await find_contact_query(uid, opt);
1482
- // for await (let doc of user_drive_res.docs) {
1483
- // await ocr_drive_file(null, doc);
1484
- // }
1485
-
1486
1474
  let selector = {
1487
1475
  docType: 'app',
1488
1476
  app_status_code: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1408",
3
+ "version": "1.1.1409",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {