Skip to content

Commit

Permalink
Extend to default in cljs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsless committed Sep 5, 2023
1 parent 729c150 commit f55b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/malli/generator.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
(some-> (:gen/elements props) gen-elements))

(extend-protocol Generator
Object
#?(:clj Object, :cljs default)
(-generator [schema options]
(-schema-generator schema (assoc options ::original-generator-schema schema))))

Expand Down

0 comments on commit f55b05a

Please sign in to comment.