Skip to content

Commit c0535db

Browse files
authored
Merge pull request #149 from sp0cket/master
Fix: infinite recursive call
2 parents 72703d5 + b04cdef commit c0535db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence/queue/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ type InternalError struct {
1919
}
2020

2121
func (i *InternalError) Error() string {
22-
return i.Error()
22+
return i.Err.Error()
2323
}

0 commit comments

Comments
 (0)