From dc8976a8b2dbcd2a43064ee4d2a6b1a23fc8ea3b Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Thu, 11 Oct 2018 12:05:50 +0200 Subject: [PATCH] fix for debug server start on login Signed-off-by: Andrey Shovkoplyas --- src/status_im/init/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/init/core.cljs b/src/status_im/init/core.cljs index 4a2cdf5f89..2adc693598 100644 --- a/src/status_im/init/core.cljs +++ b/src/status_im/init/core.cljs @@ -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])