Convert keyword color representation into string.

This commit is contained in:
Andrey Antukh 2015-12-24 19:34:13 +02:00
parent 2323e8f1c7
commit 16249ccd63
2 changed files with 29 additions and 29 deletions

View file

@ -43,4 +43,3 @@
([schema data]
(when-let [errors (validate schema data)]
(throw (ex-info "Invalid data" errors)))))