@xuda.io/account_module 1.2.1360 → 1.2.1361

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
@@ -1858,7 +1858,7 @@ export const onboarding_completed = async function (req, job_id, headers) {
1858
1858
  }
1859
1859
  };
1860
1860
 
1861
- export const ts_contact = async function (contact_id) {
1861
+ export const ts_contact = async function (uid, contact_id) {
1862
1862
  try {
1863
1863
  const contact_doc = await get_contact(uid, contact_id);
1864
1864
  contact_doc.ts = Date.now();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1360",
3
+ "version": "1.2.1361",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {