@xuda.io/drive_module 1.1.474 → 1.1.475

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 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -549,10 +549,7 @@ exports.delete_drive_files = async function (req) {
549
549
  await module.exports.delete_file_from_bucket(doc_ret.data.bucket);
550
550
  doc_ret.data.ts = Date.now();
551
551
  doc_ret.data.stat = 4;
552
- save_ret = await db_module.save_app_couch_doc(
553
- app_id_reference,
554
- doc_ret.data
555
- );
552
+ save_ret = await db_module.save_couch_doc("xuda_drive", doc_ret.data);
556
553
  break;
557
554
  }
558
555
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.474",
3
+ "version": "1.1.475",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {