From ff2c58155614f369eb8596ea8ad1ea15ef4fc21d Mon Sep 17 00:00:00 2001 From: Surya Sashank Nistala Date: Thu, 31 Aug 2023 01:10:47 -0700 Subject: [PATCH] address review comments Signed-off-by: Surya Sashank Nistala --- .../opensearch/commons/alerting/action/IndexWorkflowRequest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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