@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.
- package/index.mjs +3 -3
- 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
|
-
|
|
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') {
|