[#13201] Fix handling of favourits syncing

This commit is contained in:
Roman Volosovskyi 2022-04-05 17:47:59 +02:00
parent 6aae08241d
commit c9441b2db7
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -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)]