Skip to content

Commit

Permalink
delete param rule init (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
garroshh authored Apr 24, 2023
1 parent 6adde53 commit c2d6748
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public Mono<String> testHot(
@RequestParam(required = false) String a,
@RequestParam(required = false) String b
) {
initParamFlowRules();
Entry entry = null;
try {
entry = SphU.entry("hot-test", EntryType.IN, 1, a, b);
Expand Down

0 comments on commit c2d6748

Please sign in to comment.