chore: remove unused errors-by-type

This commit is contained in:
Gabriel Horner
2025-11-19 23:31:04 -05:00
parent 79e75060d6
commit 7bb8655d71
3 changed files with 13 additions and 30 deletions

View File

@@ -26,11 +26,10 @@
verbose
(pprint/pprint ent-errors)
humanize
(pprint/pprint (map #(-> (dissoc % :errors-by-type)
(update :errors (fn [errs]
(->> (me/humanize {:errors errs})
vals
(apply merge-with into)))))
(pprint/pprint (map #(update % :errors (fn [errs]
(->> (me/humanize {:errors errs})
vals
(apply merge-with into))))
ent-errors))
:else
(pprint/pprint (map :entity ent-errors))))