Skip to content

Commit

Permalink
Don't overwrite Malli default registry
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Nov 4, 2024
1 parent 422d567 commit de27a9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/macaw/util/malli/registry.clj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@

(defonce ^:private registry (malli.registry/mutable-registry registry*))

(malli.registry/set-default-registry! registry)

(defn register!
"Register a spec with our Malli spec registry."
[schema definition]
Expand Down

0 comments on commit de27a9b

Please sign in to comment.