mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 16:36:38 +02:00
🔥 Remove unused context handling on http sessions.
This commit is contained in:
parent
c0b3618331
commit
72c010374f
1 changed files with 1 additions and 2 deletions
|
@ -53,5 +53,4 @@
|
||||||
(p/then' (fn [user-id]
|
(p/then' (fn [user-id]
|
||||||
(if user-id
|
(if user-id
|
||||||
(update data :request assoc :user user-id)
|
(update data :request assoc :user user-id)
|
||||||
data)))
|
data))))))})
|
||||||
(vc/handle-on-context))))})
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue