Skip to content

Commit db476a3

Browse files
committed
debugging leaftover @'s
1 parent 8ea9b95 commit db476a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internals/proxy/middlewares/template.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ func TemplateBody(bodyData map[string]any, headerData map[string]any, VARIABLES
152152
// Normalize #Var and @Var to .#Var and .@Var
153153
bodyData, err := normalizeData('@', bodyData)
154154

155+
log.Dev("Normalized:\n", jsonutils.ToJson(bodyData))
156+
155157
if err != nil {
156158
return bodyData, false, err
157159
}

0 commit comments

Comments
 (0)