v0.0.209 removed g context from err func

This commit is contained in:
2023-07-25 10:56:03 +02:00
parent 493c6ebae8
commit 15a4b2a713
3 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ func Wrap(w *GinWrapper, fn WHandlerFunc) gin.HandlerFunc {
Str("trace", stackTrace).
Build()
wrap = Error(g, err)
wrap = Error(err)
}
if g.Writer.Written() {