mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 18:26:37 +02:00
🐛 Fix lint error
This commit is contained in:
parent
498d1570ce
commit
92df7abcf0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
|
|
||||||
(defmethod ig/init-key ::http-handler
|
(defmethod ig/init-key ::http-handler
|
||||||
[_ {:keys [executor enabled] :as cfg}]
|
[_ {:keys [executor enabled] :as cfg}]
|
||||||
(fn [{:keys [params headers cookies profile-id] :as request}]
|
(fn [{:keys [params _headers _cookies profile-id] :as request}]
|
||||||
(when enabled
|
(when enabled
|
||||||
(let [events (->> (:events params)
|
(let [events (->> (:events params)
|
||||||
(remove #(not= profile-id (:profile-id %)))
|
(remove #(not= profile-id (:profile-id %)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue