@xuda.io/account_module 1.2.1726 → 1.2.1727
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 +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1941,9 +1941,9 @@ export const get_account_ai_usage = async function (req, job_id, headers) {
|
|
|
1941
1941
|
}
|
|
1942
1942
|
};
|
|
1943
1943
|
|
|
1944
|
-
const set_account_profile_picture = async function (uid, account_uid, metadata, job_id, headers) {
|
|
1944
|
+
const set_account_profile_picture = async function (uid, account_uid, metadata, job_id, headers, account_profile_info) {
|
|
1945
1945
|
const ai_module = await import(`${module_path}/ai_module/index.mjs`);
|
|
1946
|
-
const account_profile_info = await get_active_account_profile_info(uid);
|
|
1946
|
+
// const account_profile_info = await get_active_account_profile_info(uid);
|
|
1947
1947
|
await update_account_profile_picture_status(account_uid, 1);
|
|
1948
1948
|
try {
|
|
1949
1949
|
let profile_picture;
|