Minor fixes discovered while working on the record loading problem
This commit is contained in:
parent
7ce041ad0c
commit
7a791f50f4
2 changed files with 4 additions and 9 deletions
|
|
@ -69,10 +69,8 @@
|
|||
(fn [request]
|
||||
(if-let [user (-> request :session :user)]
|
||||
(binding [*user* user]
|
||||
(log/debug "*user* bound as: " *user*)
|
||||
(handler request))
|
||||
(do
|
||||
(log/debug "No user found in session")
|
||||
(handler request)))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue