@xuda.io/account_module 1.2.774 → 1.2.776

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.
Files changed (2) hide show
  1. package/index.mjs +2 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2134,6 +2134,8 @@ export const onboarding_completed = async function (req, job_id, headers) {
2134
2134
  if (!account_doc.account_info?.profile_avatar) {
2135
2135
  throw new Error(`missing profile_avatar`);
2136
2136
  }
2137
+ debugger;
2138
+ await update_account_info(req, job_id, headers);
2137
2139
 
2138
2140
  if (!account_doc.account_project_id) {
2139
2141
  const app_module = await import(`${module_path}/app_module/index.mjs`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.774",
3
+ "version": "1.2.776",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {