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