Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect fuzzy match when search is undefined
Always return false from octopusFuzzyMatch() when search is false-y. Previously, search=undefined incorrectly caused the function to return true for any object that was missing one of the tested properties. This affected Spaces and Environments, neither of which has a 'Slug' property. fixes #26 (really)
- Loading branch information