@xuda.io/ai_module 1.1.4778 → 1.1.4779
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 +1 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -7045,8 +7045,7 @@ export const get_profile_picture = async function (uid, account_type = 'business
|
|
|
7045
7045
|
console.error(err);
|
|
7046
7046
|
return '';
|
|
7047
7047
|
}
|
|
7048
|
-
|
|
7049
|
-
factual_image_mode = true;
|
|
7048
|
+
url = '';
|
|
7050
7049
|
}
|
|
7051
7050
|
} else {
|
|
7052
7051
|
// first attempt
|