diff --git a/src/main/kotlin/org/opensearch/commons/alerting/action/IndexWorkflowRequest.kt b/src/main/kotlin/org/opensearch/commons/alerting/action/IndexWorkflowRequest.kt index c58249c8..6fe9c47b 100644 --- a/src/main/kotlin/org/opensearch/commons/alerting/action/IndexWorkflowRequest.kt +++ b/src/main/kotlin/org/opensearch/commons/alerting/action/IndexWorkflowRequest.kt @@ -30,7 +30,7 @@ class IndexWorkflowRequest : ActionRequest { refreshPolicy: WriteRequest.RefreshPolicy, method: RestRequest.Method, workflow: Workflow, - rbacRoles: List? = null, + rbacRoles: List? = null ) : super() { this.workflowId = workflowId this.seqNo = seqNo