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 13:30:54 +02:00
parent d3ed67e29b
commit dc8976a8b2
+1 -1
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])