@xuda.io/account_module 1.2.19 → 1.2.20

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1395,6 +1395,7 @@ exports.add_contact = async function (req) {
1395
1395
  contact_uid,
1396
1396
  uid,
1397
1397
  req_id,
1398
+ date_created_ts: Date.now(),
1398
1399
  });
1399
1400
  return ret;
1400
1401
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {