@xuda.io/account_module 1.2.1067 → 1.2.1068

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
@@ -2561,7 +2561,7 @@ export const get_account_profile_info = async function (uid, contact_profile_doc
2561
2561
  };
2562
2562
 
2563
2563
  doc.avatar_source = account_info_ret.data.avatar_source;
2564
- doc.icon_pattern = await get_contact_pattern(doc);
2564
+ doc.icon_pattern = await get_pattern(doc);
2565
2565
  doc.username = account_info_ret.data.username;
2566
2566
  doc.business_name = account_info_ret.data.business_name;
2567
2567
  doc.address = account_info_ret.data.address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1067",
3
+ "version": "1.2.1068",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {