This commit is contained in:
Sebastien Blot 2023-12-04 11:46:01 +01:00
parent 393a8b8ef5
commit 3d3bf0bb0e
No known key found for this signature in database
GPG key ID: DFC2902F40449F6A

View file

@ -203,7 +203,7 @@ func Distinct(params ...any) (any, error) {
} }
func FlattenDistinct(params ...any) (any, error) { func FlattenDistinct(params ...any) (any, error) {
return Distinct(flatten(nil, reflect.ValueOf(params))) return Distinct(flatten(nil, reflect.ValueOf(params))) //nolint:asasalint
} }
func Flatten(params ...any) (any, error) { func Flatten(params ...any) (any, error) {