Skip to content

Commit

Permalink
Filter order issue. Partial fix for #336
Browse files Browse the repository at this point in the history
  • Loading branch information
David Emory committed Apr 8, 2016
1 parent 4b8dc4b commit 31cb8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/profile-filter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module.exports = function profileFilter (options, scorer) {

if (FILTER_RESULTS) {
o = filterUnreasonableAccessModes(o)
o = filterBikeIfBikeshareIsAvailable(o)
o = filterBikeshareIfNoBiking(o)
o = filterBikeIfBikeshareIsAvailable(o)
}
})

Expand Down

0 comments on commit 31cb8d2

Please sign in to comment.