3
0

Minor store fixes

This commit is contained in:
Denis Arh
2020-11-06 11:51:25 +01:00
parent 873fc46556
commit 29807812bb
8 changed files with 45 additions and 5 deletions

View File

@@ -28,5 +28,6 @@ func HandleError(err error, h ErrorHandler) error {
return errors.
Store("store error").
Apply(errors.StackSkip(1)).
Wrap(err)
}