@xuda.io/account_module 1.2.18 → 1.2.19

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.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -686,8 +686,9 @@ exports.validate_user_plan = async function (req) {
686
686
  );
687
687
 
688
688
  if (
689
+ app_obj.app_type === "master" &&
689
690
  user_active_app_requests_count_ret.data?.rows?.[0]?.value >=
690
- plan.features.team
691
+ plan.features.team
691
692
  ) {
692
693
  return {
693
694
  code: -9,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {