mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 16:56:38 +02:00
🐛 Fix linter error
This commit is contained in:
parent
c9c24c3464
commit
1894fc7cfa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue