mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 06:28:47 +00:00
🔧 Remove unused session-id binding in unsubscribe-organization
Clj-kondo lint fix. AI-assisted-by: longcat-2.0
This commit is contained in:
parent
0afb0890cd
commit
3e8493b2d4
@ -174,7 +174,7 @@
|
||||
(mbus/purge! msgbus [ch]))))
|
||||
|
||||
(defmethod handle-message :unsubscribe-organization
|
||||
[{:keys [::mbus/msgbus]} {:keys [::ws/id ::ws/state ::session-id]} {:keys [organization-id] :as params}]
|
||||
[{:keys [::mbus/msgbus]} {:keys [::ws/id ::ws/state]} {:keys [organization-id] :as params}]
|
||||
(l/trace :fn "handle-message" :event "unsubscribe-organization" :organization-id organization-id :conn-id id)
|
||||
(when-let [osub (::organization-subscription @state)]
|
||||
(sp/close! (:channel osub))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user