0.3.0 unit tests: exec, httpjson, and haproxy
This commit is contained in:
@@ -51,7 +51,7 @@ func (f *JSONFlattener) FlattenJSON(
|
||||
}
|
||||
case float64:
|
||||
f.Fields[fieldname] = t
|
||||
case bool, string, []interface{}:
|
||||
case bool, string, []interface{}, nil:
|
||||
// ignored types
|
||||
return nil
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user