Skip to content

Commit

Permalink
Fix corrupt message structure
Browse files Browse the repository at this point in the history
  • Loading branch information
denis.plotnikov committed Oct 7, 2024
1 parent f834e98 commit 71492fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data class MoveHeaderConfiguration(val position: HeaderPosition)

data class CorruptMessageStructureConfiguration(
val trailerTags: Set<Int> = setOf(10),
val headerTags: Set<Int> = setOf(8, 9, 35, 1128, 49, 56, 43, 97, 52, 122),
val headerTags: Set<Int> = setOf(8, 9, 35, 34, 1128, 49, 56, 43, 97, 52, 122),
val moveHeaderConfiguration: MoveHeaderConfiguration?,
val moveTrailerConfiguration: MoveTrailerConfiguration?
)

0 comments on commit 71492fd

Please sign in to comment.