Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Jul 19, 2024
1 parent 45f0bde commit 2d0a5c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/malli/poly2.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
(-> (m/ast options)
(update :registry #(not-empty
(into {} (map (fn [[k ast]]
(-> ast
(m/from-ast options)
(m/-walk this (conj path :registry k) options)
(m/ast options))))
[k (-> ast
(m/from-ast options)
(m/-walk this (conj path :registry k) options)
(m/ast options))]))
%)))
(m/from-ast options)))]
(m/-walk s this path options)))
Expand Down

0 comments on commit 2d0a5c7

Please sign in to comment.