🔥 Remove executor internal dependency on rpc routes module

This commit is contained in:
Andrey Antukh 2023-11-24 15:15:35 +01:00
parent da7f88c7ca
commit 1bd32327e5
2 changed files with 1 additions and 5 deletions

View file

@ -337,7 +337,6 @@
:app.rpc/routes
{::rpc/methods (ig/ref :app.rpc/methods)
::db/pool (ig/ref ::db/pool)
::wrk/executor (ig/ref ::wrk/executor)
::session/manager (ig/ref ::session/manager)
::props (ig/ref ::setup/props)}