Skip to content

Commit

Permalink
Fixed writeTo.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Feb 6, 2024
1 parent e6e791b commit 37884c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ data class Alert(
}
out.writeOptionalString(executionId)
out.writeStringCollection(associatedAlertIds)
if (!clusters.isNullOrEmpty()) out.writeStringArray(clusters.toTypedArray())
out.writeOptionalStringArray(clusters?.toTypedArray())
}

companion object {
Expand Down

0 comments on commit 37884c4

Please sign in to comment.