Skip to content

Commit

Permalink
[#13201] Fix handling of favourits syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Apr 5, 2022
1 parent 6aae082 commit c9441b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/transport/message/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
(js-delete response-js "bookmarks")
(fx/merge cofx
(process-next response-js sync-handler)
(browser/handle-bookmarks cofx bookmarks-clj)))
(browser/handle-bookmarks bookmarks-clj)))

(seq pin-messages)
(let [pin-messages (types/js->clj pin-messages)]
Expand Down

0 comments on commit c9441b2

Please sign in to comment.