Remove redundant message field

This commit is contained in:
Jeremy Dormitzer 2018-01-17 20:16:50 -05:00
parent a6fa68fd34
commit c7c546bd1e
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -61,8 +61,7 @@
(-> js/browser
(.-tabs)
(.sendMessage (.-id tab)
(clj->js {:type "openSidebar"
:ids @object-ids}))))
(clj->js {:type "openSidebar"}))))
(defn handle-message [msg sender respond]
(case (.-type msg)