Skip to content

Commit

Permalink
fix: validator parse flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
‘niuerzhuang’ committed Sep 7, 2023
1 parent bfeaf49 commit bb7b271
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public static void buildValidator(Policy policy, PolicyNodeType type, JSONObject
setInheritable(node, validatorNode);
List<String[]> tags = parseTags(node, validatorNode);
validatorNode.setTags(tags.get(0));
parseFlags(node, validatorNode);
policy.addValidator(validatorNode);
}

Expand Down

0 comments on commit bb7b271

Please sign in to comment.