@xuda.io/account_module 1.2.234 → 1.2.235
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 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1178,6 +1178,7 @@ export const add_contact = async function (req, job_id, headers) {
|
|
|
1178
1178
|
if (account_ret.code < 0) {
|
|
1179
1179
|
throw new Error(`account ${contact_uid} not found`);
|
|
1180
1180
|
}
|
|
1181
|
+
profile_picture = account_ret.data.profile_picture;
|
|
1181
1182
|
}
|
|
1182
1183
|
const d = Date.now();
|
|
1183
1184
|
const doc = {
|