Skip to content

Commit

Permalink
no var
Browse files Browse the repository at this point in the history
  • Loading branch information
maririos committed Jun 13, 2020
1 parent 1ca3379 commit a6e2cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public virtual string SanitizeTextBody(string contentType, string body)
try
{
var jsonO = JObject.Parse(body);
foreach (var jsonPath in JsonPathSanitizers)
foreach (string jsonPath in JsonPathSanitizers)
{
foreach (JToken token in jsonO.SelectTokens(jsonPath))
{
Expand Down

0 comments on commit a6e2cd5

Please sign in to comment.