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

fix: entryOrder First #29

Merged
merged 1 commit into from Jun 12, 2019
Merged

fix: entryOrder First #29

merged 1 commit into from Jun 12, 2019

Conversation

deini
Copy link
Contributor

@deini deini commented Jun 12, 2019

@adierkens had an issue since enums start at 0 this check right here wasn't passing

entryOrder: (options && options.entryOrder) || ENTRY_ORDER.NotLast,

Two options: Check for undefined or just start enum at 1.

@adierkens adierkens merged commit d8a7b1a into adierkens:master Jun 12, 2019
@adierkens
Copy link
Owner

Thanks for the fix!
It's released in 1.5.1

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

Successfully merging this pull request may close these issues.

None yet

2 participants