@xuda.io/account_module 1.2.1822 → 1.2.1823

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.mjs +0 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3299,7 +3299,6 @@ export const delete_xuda_cache = async function (contact_obj) {
3299
3299
  doc._deleted = true;
3300
3300
  const save_ret = await db_module.save_couch_doc('xuda_cache', doc);
3301
3301
  }
3302
- return save_ret;
3303
3302
  };
3304
3303
 
3305
3304
  export const save_xuda_cache = async function (uid, docType, key, file, metadata = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1822",
3
+ "version": "1.2.1823",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {