mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
fix(backend): fix incorrect raise on users service.
This commit is contained in:
parent
c2815d15ed
commit
53e74ec5cd
@ -54,7 +54,8 @@
|
||||
(ex/raise :type :validation
|
||||
:code ::email-already-exists))
|
||||
(when (:val (sc/fetch-one conn sqlv2))
|
||||
(ex/raise ::username-already-exists))))
|
||||
(ex/raise :type :validation
|
||||
:code ::username-already-exists))))
|
||||
|
||||
(defn- update-profile
|
||||
[conn {:keys [id username email fullname metadata] :as params}]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user