return null if _source is empty
This commit is contained in:
parent
17abd00e20
commit
845d77508b
|
@ -385,6 +385,7 @@ func extractSomeValue(v interface{}) interface{} {
|
|||
for _, v := range vm {
|
||||
return extractSomeValue(v)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
return v
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue