Skip to content

Commit

Permalink
fix(message): Update Flag Iota
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Oct 28, 2024
1 parent 82f39e8 commit 4134a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
metaKey = "meta "

// IsControl indicates that the message is a control message.
IsControl Flag = iota + 1
IsControl Flag = iota
// SkipNullValues indicates that null values should be ignored when processing the message.
SkipNullValues
// SkipMissingValues indicates that missing values should be ignored when processing the message.
Expand Down

0 comments on commit 4134a5f

Please sign in to comment.