mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 09:06:45 +00:00
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