Fix broken build

This commit is contained in:
Julien Eluard 2017-05-24 02:22:33 +02:00 committed by Roman Volosovskyi
parent d358c33d9d
commit edd191b705
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@
:debug? true}]) :debug? true}])
(if (get contacts whisper-identity) (if (get contacts whisper-identity)
(dispatch [:update-contact! dapp]) (dispatch [:update-contact! dapp])
(dispatch [:add-contacts [dapp]]) (do (dispatch [:add-contacts [dapp]])
(dispatch [:open-chat-with-contact dapp]))))))) (dispatch [:open-chat-with-contact dapp]))))))))
(register-handler :debug-remove-contact (register-handler :debug-remove-contact
(u/side-effect! (u/side-effect!