Skip to content

Commit

Permalink
Merge pull request #1083 from nhooyr/fix-receiver-51e2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiss committed Sep 6, 2022
2 parents 8c6de56 + 89fee89 commit d65e6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Expand Up @@ -449,7 +449,7 @@ func (err *Error) Get(k byte) (v string) {
return ""
}

func (err Error) Error() string {
func (err *Error) Error() string {
return "pq: " + err.Message
}

Expand Down

0 comments on commit d65e6ae

Please sign in to comment.