@xuda.io/account_module 1.2.1048 → 1.2.1049
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 +1 -1
- 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
|
-
|
|
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) => {
|