mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 08:31:39 +02:00
🐛 Don't use schema uuid parsing function on websocket ns
This commit is contained in:
parent
d5abbd4220
commit
a209966427
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@
|
|||
|
||||
(defn- http-handler
|
||||
[cfg {:keys [params ::session/profile-id] :as request}]
|
||||
(let [session-id (some-> params :session-id sm/parse-uuid)]
|
||||
(let [session-id (some-> params :session-id uuid/parse*)]
|
||||
(when-not (uuid? session-id)
|
||||
(ex/raise :type :validation
|
||||
:code :missing-session-id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue