Skip to content

Commit

Permalink
Merge pull request #5 from futuro/master
Browse files Browse the repository at this point in the history
Phase filter didn't filter properly
  • Loading branch information
andrewvc committed Jul 21, 2015
2 parents 6ae7ed4 + f1cc09a commit b7f5c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wikiparse/core.clj
Expand Up @@ -133,7 +133,7 @@

(defn phase-filter
[phase]
(cond (= :simultaneous) identity
(cond (= :simultaneous phase) identity
(= :redirects phase) :redirect
(= :full phase) (comp nil? :redirect)
:else nil))
Expand Down

0 comments on commit b7f5c2f

Please sign in to comment.