mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 15:38:38 +00:00
🐛 Fix linter error
This commit is contained in:
parent
c9c24c3464
commit
1894fc7cfa
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
(defmethod ig/init-key :app.setup/keys
|
(defmethod ig/init-key :app.setup/keys
|
||||||
[_ {:keys [props] :as cfg}]
|
[_ {:keys [props] :as cfg}]
|
||||||
(fn [& {:keys [salt size]}]
|
(fn [& {:keys [salt _]}]
|
||||||
(let [engine (bk/engine {:key (:secret-key props)
|
(let [engine (bk/engine {:key (:secret-key props)
|
||||||
:salt salt
|
:salt salt
|
||||||
:alg :hkdf
|
:alg :hkdf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user