We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c885b commit a3977b2Copy full SHA for a3977b2
1 file changed
src/lambdaisland/deep_diff2/minimise_impl.cljc
@@ -36,7 +36,7 @@
36
#?(:clj
37
(clojure.lang.MapEntry/create (key o) (minimise (val o)))
38
:cljs
39
- (MapEntry. (key o) (minimise (val o)))))
+ (MapEntry. (key o) (minimise (val o)) nil)))
40
41
(record? o)
42
(into o (map minimise) o)
0 commit comments