Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Feb 5, 2020
1 parent 9558329 commit 99a3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sip/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func NewRequest(
fields log.Fields,
) Request {
req := new(request)
if req.messID == "" {
if messID == "" {
req.messID = MessageID(uuid.Must(uuid.NewV4()).String())
} else {
req.messID = messID
Expand Down

0 comments on commit 99a3022

Please sign in to comment.