Skip to content

Commit

Permalink
Renamed chained monitor findings (#390)
Browse files Browse the repository at this point in the history
Signed-off-by: Stevan Buzejic <[email protected]>
  • Loading branch information
stevanbz authored Mar 23, 2023
1 parent 42a2d4d commit 1570519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data class Delegate(
companion object {
const val ORDER_FIELD = "order"
const val MONITOR_ID_FIELD = "monitor_id"
const val CHAINED_FINDINGS_FIELD = "chained_findings"
const val CHAINED_FINDINGS_FIELD = "chained_monitor_findings"

@JvmStatic
@Throws(IOException::class)
Expand Down

0 comments on commit 1570519

Please sign in to comment.