forked from Silverfish/proton-bridge
GODT-1499: Remove message from DB once is not on server any more
This commit is contained in:
@ -32,9 +32,9 @@ var (
|
||||
)
|
||||
|
||||
type ErrUnprocessableEntity struct {
|
||||
originalError error
|
||||
OriginalError error
|
||||
}
|
||||
|
||||
func (err ErrUnprocessableEntity) Error() string {
|
||||
return err.originalError.Error()
|
||||
return err.OriginalError.Error()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user