mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 02:12:53 +02:00
🐛 Add missing storage dependency to dbg routes module
This commit is contained in:
parent
28d3402793
commit
30e1c7d54e
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
[app.rpc.commands.binfile :as binf]
|
||||
[app.rpc.commands.files-create :refer [create-file]]
|
||||
[app.rpc.commands.profile :as profile]
|
||||
[app.storage :as-alias sto]
|
||||
[app.util.blob :as blob]
|
||||
[app.util.template :as tmpl]
|
||||
[app.util.time :as dt]
|
||||
|
@ -389,6 +390,7 @@
|
|||
(defmethod ig/pre-init-spec ::routes [_]
|
||||
(s/keys :req [::db/pool
|
||||
::wrk/executor
|
||||
::sto/storage
|
||||
::session/manager]))
|
||||
|
||||
(defmethod ig/init-key ::routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue