🐛 Add missing executor dependency to auth handlers

This commit is contained in:
Andrey Antukh 2022-02-23 09:11:38 +01:00
parent 88706534c2
commit 974084a9ca
2 changed files with 7 additions and 4 deletions

View file

@ -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