@xuda.io/account_module 1.2.1686 → 1.2.1687
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
|
@@ -2737,7 +2737,7 @@ export const get_account_profile_info = async function (uid, contact_profile_doc
|
|
|
2737
2737
|
// Usage examples:
|
|
2738
2738
|
// console.log(stringToColour('User A')); // -> Consistent color for "User A"
|
|
2739
2739
|
// console.log(stringToColour('Project Z')); // -> Consistent color for "Project Z"
|
|
2740
|
-
|
|
2740
|
+
debugger;
|
|
2741
2741
|
doc.avatar_source = account_info_ret.data.avatar_source;
|
|
2742
2742
|
doc.icon_pattern = await get_pattern(doc);
|
|
2743
2743
|
doc.name = doc.profile_name;
|