From edd191b705712fd2c9bce398180df607183dce3a Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Wed, 24 May 2017 02:22:33 +0200 Subject: [PATCH] Fix broken build --- src/status_im/debug/handlers.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/debug/handlers.cljs b/src/status_im/debug/handlers.cljs index 6424900c4f..8c13b57b7d 100644 --- a/src/status_im/debug/handlers.cljs +++ b/src/status_im/debug/handlers.cljs @@ -67,8 +67,8 @@ :debug? true}]) (if (get contacts whisper-identity) (dispatch [:update-contact! dapp]) - (dispatch [:add-contacts [dapp]]) - (dispatch [:open-chat-with-contact dapp]))))))) + (do (dispatch [:add-contacts [dapp]]) + (dispatch [:open-chat-with-contact dapp])))))))) (register-handler :debug-remove-contact (u/side-effect!