@xuda.io/drive_module 1.1.1103 → 1.1.1104

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.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2374,7 +2374,7 @@ exports.update_drive_addons = async function (req, job_id) {
2374
2374
  const app_obj = app_obj_ret.data;
2375
2375
  }
2376
2376
 
2377
- const set_drive_addons = function () {
2377
+ const set_drive_addons = function (drive_addons) {
2378
2378
  if (typeof ocr !== "undefined") {
2379
2379
  drive_addons.ocr = ocr;
2380
2380
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1103",
3
+ "version": "1.1.1104",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {