@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.
- package/index.js +1 -1
- 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
|
}
|