@xuda.io/account_module 1.2.1340 → 1.2.1342

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 +3 -3
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2057,7 +2057,7 @@ export const get_contacts = async function (req) {
2057
2057
  var opt = {
2058
2058
  selector: {
2059
2059
  docType: 'contact',
2060
- // uid: account_profile_info.uid,
2060
+
2061
2061
  stat: { $lt: 4 },
2062
2062
  },
2063
2063
  limit: limit || 9999,
@@ -2480,8 +2480,8 @@ export const get_account_profile_info = async function (uid, contact_profile_doc
2480
2480
  };
2481
2481
 
2482
2482
  // Usage examples:
2483
- console.log(stringToColour('User A')); // -> Consistent color for "User A"
2484
- console.log(stringToColour('Project Z')); // -> Consistent color for "Project Z"
2483
+ // console.log(stringToColour('User A')); // -> Consistent color for "User A"
2484
+ // console.log(stringToColour('Project Z')); // -> Consistent color for "Project Z"
2485
2485
 
2486
2486
  doc.avatar_source = account_info_ret.data.avatar_source;
2487
2487
  doc.icon_pattern = await get_pattern(doc);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1340",
3
+ "version": "1.2.1342",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {