Skip to content

Commit

Permalink
add profile action
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jul 17, 2024
1 parent 5d6e71c commit dc2ebff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ProfileAction implements SuiteAction {
}

void check(
@ClosureParams(value = FromString, options = ["String, Throwable"]) Closure<String> check) {
@ClosureParams(value = FromString, options = ["String, Throwable"]) Closure check) {
this.check = check
}

Expand Down

0 comments on commit dc2ebff

Please sign in to comment.