fix for debug server start on login

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2018-10-11 12:05:50 +02:00
parent d3ed67e29b
commit dc8976a8b2
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@
(notifications/process-stored-event address)))
(defn dev-mode? [cofx]
(get-in [:db :account/account :dev-mode?] cofx))
(get-in cofx [:db :account/account :dev-mode?]))
(defn creating-account? [cofx]
(= (get-in cofx [:db :view-id])