@xuda.io/account_module 1.2.775 → 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 +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2134,7 +2134,7 @@ 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
-
2137
+ debugger;
2138
2138
  await update_account_info(req, job_id, headers);
2139
2139
 
2140
2140
  if (!account_doc.account_project_id) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.775",
3
+ "version": "1.2.776",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {