🔥 Remove unused context handling on http sessions.

This commit is contained in:
Andrey Antukh 2020-02-05 23:45:13 +01:00
parent c0b3618331
commit 72c010374f

View file

@ -53,5 +53,4 @@
(p/then' (fn [user-id]
(if user-id
(update data :request assoc :user user-id)
data)))
(vc/handle-on-context))))})
data))))))})