lint
This commit is contained in:
parent
393a8b8ef5
commit
3d3bf0bb0e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ func Distinct(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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue