mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 18:31:40 +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
|
(defn- http-handler
|
||||||
[cfg {:keys [params ::session/profile-id] :as request}]
|
[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)
|
(when-not (uuid? session-id)
|
||||||
(ex/raise :type :validation
|
(ex/raise :type :validation
|
||||||
:code :missing-session-id
|
:code :missing-session-id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue