@xuda.io/ai_module 1.1.4782 → 1.1.4783
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 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -7041,7 +7041,7 @@ export const get_profile_picture = async function (uid, account_type = 'business
|
|
|
7041
7041
|
try {
|
|
7042
7042
|
image_blob_ret = await get_image_blob_from_downloaded_image(url);
|
|
7043
7043
|
profile_picture_source = 'google';
|
|
7044
|
-
drive_ret = {};
|
|
7044
|
+
drive_ret = { file_url: url };
|
|
7045
7045
|
} catch (err) {
|
|
7046
7046
|
if (!err.message.includes('Failed to fetch image URL')) {
|
|
7047
7047
|
console.error(err);
|