@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.
- package/index.mjs +0 -1
- 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 = {}) {
|