Skip to content

Commit efbef00

Browse files
committed
fix panic
1 parent da1ef39 commit efbef00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/proxy/middlewares/template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func TemplateBody(data map[string]any, VARIABLES map[string]any) (map[string]any
121121

122122
normalizedData, err := jsonutils.GetJsonSafe[map[string]any](jsonStr)
123123

124-
log.Dev(err.Error())
124+
log.Dev("Error removing @ and encoding: ", err.Error())
125125

126126
if err == nil {
127127
data = normalizedData

0 commit comments

Comments
 (0)