Skip to content

Commit

Permalink
Fix: infinite recursive call
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0cket committed Nov 25, 2021
1 parent 72703d5 commit b04cdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/queue/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ type InternalError struct {
}

func (i *InternalError) Error() string {
return i.Error()
return i.Err.Error()
}

0 comments on commit b04cdef

Please sign in to comment.