Fixed linter issues

dev
Ice3man543 2021-11-08 16:10:04 +05:30
parent d772dedef1
commit ce7534112a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ func MakeDefaultMatchFunc(data map[string]interface{}, matcher *matchers.Matcher
part = "response"
}
partItem, ok := data[matcher.Part]
partItem, ok := data[part]
if !ok && len(matcher.DSL) == 0 {
return false, nil
}