mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 18:58:29 +02:00
🐛 Add missing executor dependency to auth handlers
This commit is contained in:
parent
88706534c2
commit
974084a9ca
2 changed files with 7 additions and 4 deletions
|
@ -143,6 +143,7 @@
|
|||
:pool (ig/ref :app.db/pool)
|
||||
:tokens (ig/ref :app.tokens/tokens)
|
||||
:audit (ig/ref :app.loggers.audit/collector)
|
||||
:executor (ig/ref [::default :app.worker/executor])
|
||||
:public-uri (cf/get :public-uri)}
|
||||
|
||||
:app.rpc/rpc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue