@xuda.io/account_module 1.2.1274 → 1.2.1275

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 +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1218,7 +1218,7 @@ export const merge_contact = async function (req) {
1218
1218
  contact_doc.stat = 4;
1219
1219
  contact_doc.stat_ts = Date.now();
1220
1220
  contact_doc.stat_reason = 'merge';
1221
- await await save_contact(uid, contact_doc);
1221
+ await save_contact(uid, contact_doc);
1222
1222
  } catch (error) {}
1223
1223
  }
1224
1224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1274",
3
+ "version": "1.2.1275",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {