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 errors checks for isNull lodash call #28

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

0xean
Copy link
Contributor

@0xean 0xean commented Jan 16, 2019

Calls to isUndefined results in order's never getting pruned.

_.isUndefined(null);
// => false

@dekz
Copy link
Member

dekz commented Jan 17, 2019

Thanks for the fix @pelsasser. For reference here is the order watcher call back where null is provided.

@dekz dekz mentioned this pull request Jan 17, 2019
@LogvinovLeon LogvinovLeon merged commit f130914 into 0xProject:master Jan 21, 2019
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

3 participants