@xuda.io/ai_module 1.1.4774 → 1.1.4775

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
@@ -7036,7 +7036,7 @@ export const get_profile_picture = async function (uid, account_type = 'business
7036
7036
  // debugger;
7037
7037
  try {
7038
7038
  url = await getUserPhotoByEmail(email);
7039
-
7039
+ profile_picture_source = 'google';
7040
7040
  // first attempt
7041
7041
  if (account_type === 'business') {
7042
7042
  url = await get_url();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4774",
3
+ "version": "1.1.4775",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",