@xuda.io/account_module 1.2.1048 → 1.2.1050

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
@@ -1665,7 +1665,7 @@ export const get_contacts = async function (req) {
1665
1665
  let requests_to = { docs: [], total_docs: 0 };
1666
1666
  let requests_from = { docs: [], total_docs: 0 };
1667
1667
  let shared_from = { docs: [], total_docs: 0 };
1668
- let my_contact = { docs: [], total_docs: 0 };
1668
+
1669
1669
  let contact_docs = { docs: [], total_docs: contacts.total_docs };
1670
1670
  for await (let doc of contacts.docs) {
1671
1671
  const ret_to = requests_to.docs.find((e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1048",
3
+ "version": "1.2.1050",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {