Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extraneous conditional (lodash#4531)
Since `function flow(funcs)` changed to `function flow(...funcs)` this ternary became unnecessary, since funcs will always have a length now.
- Loading branch information