mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 02:36:11 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
064981ff3d
9 changed files with 150 additions and 71 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