Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous conditional #4531

Merged
merged 1 commit into from Nov 12, 2019
Merged

Remove extraneous conditional #4531

merged 1 commit into from Nov 12, 2019

Conversation

camjc
Copy link
Contributor

@camjc camjc commented Nov 1, 2019

Since function flow(funcs) changed to function flow(...funcs) this ternary became unnecessary, since funcs will always have a length now.

Since `function flow(funcs)` changed to `function flow(...funcs)` this ternary became unnecessary, since funcs will always have a length now.
@jsf-clabot
Copy link

@jsf-clabot jsf-clabot commented Nov 1, 2019

CLA assistant check
All committers have signed the CLA.

@jdalton jdalton merged commit a6b960b into lodash:master Nov 12, 2019
1 check passed
@jdalton
Copy link
Member

@jdalton jdalton commented Nov 12, 2019

Thanks @camjc!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants