0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-14 07:51:35 -05:00

🐛 Fix lint error

This commit is contained in:
alonso.torres 2021-08-30 12:22:53 +02:00
parent 498d1570ce
commit 92df7abcf0

View file

@ -89,7 +89,7 @@
(defmethod ig/init-key ::http-handler
[_ {: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
(let [events (->> (:events params)
(remove #(not= profile-id (:profile-id %)))