🐛 Fix custom font deletion task.

This commit is contained in:
Andrey Antukh 2021-06-03 12:55:31 +02:00
parent 1b495ebad1
commit bae709df5b
4 changed files with 13 additions and 28 deletions

View file

@ -18,7 +18,7 @@
(declare handle-deletion)
(defmethod ig/pre-init-spec ::handler [_]
(s/keys :req-un [::db/pool]))
(s/keys :req-un [::db/pool ::sto/storage]))
(defmethod ig/init-key ::handler
[_ {:keys [pool] :as cfg}]