Skip to content

Commit 2c1878b

Browse files
committed
fix
1 parent c312582 commit 2c1878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/malli/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@
19291929
;; returns an identifier for the :ref schema in the context of its dynamic scope.
19301930
;; useful for detecting cycles.
19311931
(defn -identify-ref-schema [schema]
1932-
{:scope (-> schema -options -registry)
1932+
{:scope (-> schema -options -registry mr/-schemas)
19331933
:name (-ref schema)})
19341934

19351935
(defn -ref-schema

0 commit comments

Comments
 (0)