Remove redundant message field
This commit is contained in:
parent
a6fa68fd34
commit
c7c546bd1e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user