fix Unmatched delimiter from #787
This commit is contained in:
parent
37e871b117
commit
3386346f07
|
@ -224,7 +224,7 @@
|
|||
(fn [{:keys [chats contacts]} [_ chat-id]]
|
||||
(let [contact (if-let [contact-info (get-in chats [chat-id :contact-info])]
|
||||
(read-string contact-info)
|
||||
(assoc (get contacts chat-id) :pending false))]
|
||||
(assoc (get contacts chat-id) :pending false))
|
||||
contact' (assoc contact :address (public-key->address chat-id))]
|
||||
(dispatch [::prepare-contact contact'])
|
||||
(dispatch [:watch-contact contact'])
|
||||
|
|
Loading…
Reference in New Issue