✏️ Fix typo

This commit is contained in:
mathieu.brunot 2019-02-17 19:04:20 +01:00
parent e72f864ee9
commit 1ef8789d21
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -161,7 +161,7 @@
:code ::username-already-exists)))) :code ::username-already-exists))))
(defn- register-user (defn- register-user
"Create the user entry onthe database with limited input "Create the user entry on the database with limited input
filling all the other fields with defaults." filling all the other fields with defaults."
[conn {:keys [username fullname email password] :as params}] [conn {:keys [username fullname email password] :as params}]
(check-user-registred! conn params) (check-user-registred! conn params)