diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj
index dc93f1773..11cb9b72e 100644
--- a/backend/src/app/main.clj
+++ b/backend/src/app/main.clj
@@ -289,12 +289,10 @@
 
    ::http.debug/routes
    {::db/pool         (ig/ref ::db/pool)
-    ::wrk/executor    (ig/ref ::wrk/executor)
     ::session/manager (ig/ref ::session/manager)
     ::sto/storage     (ig/ref ::sto/storage)
     ::props           (ig/ref ::setup/props)}
 
-
    ::http.ws/routes
    {::db/pool         (ig/ref ::db/pool)
     ::mtx/metrics     (ig/ref ::mtx/metrics)