Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lghinet committed Nov 18, 2021
1 parent a8154f4 commit 6d5db1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/messaging/serdes/serdes.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ func UnmarshalMessageEnvelope(data []byte) (messaging.MessageEnvelope, error) {

type internalMessageEnvelope struct {
messaging.MessageEnvelope
Headers map[string]interface{} `json:"headers"`
Headers map[string]interface{} `json:"Headers"`
}

0 comments on commit 6d5db1d

Please sign in to comment.