Skip to content

Commit

Permalink
don't need alias
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Jan 15, 2025
1 parent d50b4e9 commit ea33d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/malli/util.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
(range (count c)))]
(m/-set-children s (if i
(c/assoc c i entry)
(c/conj c entry))))))
(conj c entry))))))

;;
;; Schemas
Expand Down

0 comments on commit ea33d9c

Please sign in to comment.