Skip to content

Commit

Permalink
misc: fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco committed Aug 23, 2022
1 parent 48e5a8e commit 6a6c7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (n *NatsEventMessage) Build() (data []byte, err error) {
}

if n.NatsEvent == nil {
n.wrapError(errors.New("empty nats nats event"))
n.wrapError(errors.New("empty nats event"))
return nil, n.Error
}

Expand Down

0 comments on commit 6a6c7e9

Please sign in to comment.