@xuda.io/account_module 1.2.1300 → 1.2.1301

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 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2871,9 +2871,10 @@ export const unarchive_account_profile = async function (req) {
2871
2871
  const account_profile_save_ret = await db_module.save_app_couch_doc(app_id, account_profile_doc);
2872
2872
 
2873
2873
  return account_profile_save_ret;
2874
- } else {
2875
- return await team_module.change_account_profile_dependencies_status(account_profile_doc.team_req_id, 3);
2876
2874
  }
2875
+ // else {
2876
+ // return await team_module.change_account_profile_dependencies_status(account_profile_doc.team_req_id, 3);
2877
+ // }
2877
2878
  } catch (err) {
2878
2879
  return {
2879
2880
  code: -22,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1300",
3
+ "version": "1.2.1301",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {