Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Aug 31, 2023
1 parent 3f764b6 commit ff2c581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class IndexWorkflowRequest : ActionRequest {
refreshPolicy: WriteRequest.RefreshPolicy,
method: RestRequest.Method,
workflow: Workflow,
rbacRoles: List<String>? = null,
rbacRoles: List<String>? = null
) : super() {
this.workflowId = workflowId
this.seqNo = seqNo
Expand Down

0 comments on commit ff2c581

Please sign in to comment.