@xuda.io/account_module 1.2.1762 → 1.2.1763

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
@@ -1148,9 +1148,9 @@ const get_contact_pattern = async function (doc) {
1148
1148
  }
1149
1149
 
1150
1150
  if (doc.account_type === 'business') {
1151
- if (doc?.is_real_person) {
1152
- ret = doc.profile_picture;
1153
- }
1151
+ // if (doc?.is_real_person) {
1152
+ ret = doc.profile_picture;
1153
+ // }
1154
1154
  } else {
1155
1155
  // if (doc.my_contact) {
1156
1156
  // if (doc.account_type === 'business') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1762",
3
+ "version": "1.2.1763",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {