Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arsnyder16 committed May 20, 2020
1 parent 5452e39 commit 6c20376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parse/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ export default function parse(
.sort(function(a, b) {
return b - a
})
.filter(function(priority, index, array) {
return array.indexOf(priority) === index
.filter(function(priority, index, array) {
return array.indexOf(priority) === index
})
.map(function(priority) {
return setters
Expand Down

0 comments on commit 6c20376

Please sign in to comment.