@xuda.io/account_module 1.2.1374 → 1.2.1376

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 +5 -4
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2003,10 +2003,11 @@ export const add_contact = async function (req, job_id, headers) {
2003
2003
  // }
2004
2004
  // }
2005
2005
  if (!is_spam) {
2006
- if (account_type === 'business') {
2007
- } else {
2008
- }
2009
- profile_picture_obj = await get_profile_picture(uid, 'business', 'ioshka media', {}, account_profile_info, job_id, headers);
2006
+ // if (account_type === 'personal') {
2007
+ profile_picture_obj = await ai_module.get_profile_picture(uid, account_type, name, {}, account_profile_info, job_id, headers);
2008
+ // } else {
2009
+ // profile_picture_obj = await get_profile_picture(uid, 'business', 'ioshka media', {}, account_profile_info, job_id, headers);
2010
+ // }
2010
2011
  }
2011
2012
  }
2012
2013
  const d = Date.now();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1374",
3
+ "version": "1.2.1376",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {