@xuda.io/account_module 1.2.1062 → 1.2.1063
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 +0 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2498,8 +2498,6 @@ export const get_account_profile_info = async function (uid, contact_profile_doc
|
|
|
2498
2498
|
|
|
2499
2499
|
doc.profile_avatar = account_info_ret.data.profile_avatar;
|
|
2500
2500
|
|
|
2501
|
-
//membership_plan
|
|
2502
|
-
// doc.name = `${account_info_ret.data.first_name} ${account_info_ret.data.last_name}`;
|
|
2503
2501
|
doc.name = account_info_ret.data?.account_type === 'business' ? account_info_ret.data.business_name : `${account_info_ret.data.first_name} ${account_info_ret.data.last_name}`;
|
|
2504
2502
|
|
|
2505
2503
|
if (account_info_ret.data.phone_number) {
|