Skip to content

Commit

Permalink
fix: use correct city key in match
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Stewart committed Aug 4, 2020
1 parent 0782bec commit dd05a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const isPartialMatchFactory = (query) => {

return (data) => {
const values = [
data.name,
data.city,
data.province
];

Expand Down

0 comments on commit dd05a6f

Please sign in to comment.