@xuda.io/drive_module 1.1.1101 → 1.1.1102

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 +6 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2368,6 +2368,12 @@ exports.update_drive_addons = async function (req, job_id) {
2368
2368
 
2369
2369
  let drive_addons = {};
2370
2370
 
2371
+ if (drive_type === "workspace" || drive_type === "studio") {
2372
+ const master_id = await _common.get_project_app_id(app_id, true);
2373
+ var app_obj_ret = await db_module.get_app_obj(master_id);
2374
+ const app_obj = app_obj_ret.data;
2375
+ }
2376
+
2371
2377
  if (typeof ocr !== "undefined") {
2372
2378
  drive_addons.ocr = ocr;
2373
2379
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1101",
3
+ "version": "1.1.1102",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {