@xuda.io/account_module 1.2.774 → 1.2.775

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
@@ -2135,6 +2135,8 @@ export const onboarding_completed = async function (req, job_id, headers) {
2135
2135
  throw new Error(`missing profile_avatar`);
2136
2136
  }
2137
2137
 
2138
+ await update_account_info(req, job_id, headers);
2139
+
2138
2140
  if (!account_doc.account_project_id) {
2139
2141
  const app_module = await import(`${module_path}/app_module/index.mjs`);
2140
2142
 
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.775",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {