0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix linter error

This commit is contained in:
Andrés Moya 2021-07-06 16:51:32 +02:00 committed by Alonso Torres
parent c9c24c3464
commit 1894fc7cfa

View file

@ -20,7 +20,7 @@
(defmethod ig/init-key :app.setup/keys
[_ {:keys [props] :as cfg}]
(fn [& {:keys [salt size]}]
(fn [& {:keys [salt _]}]
(let [engine (bk/engine {:key (:secret-key props)
:salt salt
:alg :hkdf