@xuda.io/drive_module 1.1.1111 → 1.1.1112

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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2399,7 +2399,10 @@ exports.update_drive_addons = async function (req, job_id) {
2399
2399
  drive_addons = account_ret.data.drive_addons;
2400
2400
  }
2401
2401
  set_drive_addons(drive_addons);
2402
+ save_ret ==
2403
+ (await db_module.save_couch_doc("xuda_accounts", account_ret.data));
2402
2404
  }
2405
+ return save_ret;
2403
2406
  };
2404
2407
 
2405
2408
  setTimeout(async function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1111",
3
+ "version": "1.1.1112",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {