@xuda.io/account_module 1.2.1309 → 1.2.1310

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 +3 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -488,6 +488,9 @@ export const get_account_data = async function (req) {
488
488
  _design = await db_module.get_app_couch_doc_native(acc_obj.account_project_id, '_design/xuda');
489
489
  }
490
490
 
491
+ if (!account_doc.account_profile_id) {
492
+ }
493
+
491
494
  var ret = { code: 1 };
492
495
  ret.data = {
493
496
  _id: acc_obj._id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1309",
3
+ "version": "1.2.1310",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {