Don't extract repeated value
This commit is contained in:
parent
35364b037b
commit
846593c2c3
@ -56,10 +56,6 @@ func extractValue(v reflect.Type, d int) *registry.Value {
|
||||
p = p.Elem()
|
||||
}
|
||||
arg.Type = "[]" + p.Name()
|
||||
val := extractValue(v.Elem(), d+1)
|
||||
if val != nil {
|
||||
arg.Values = append(arg.Values, val)
|
||||
}
|
||||
}
|
||||
|
||||
return arg
|
||||
|
Loading…
Reference in New Issue
Block a user