This commit is contained in:
nquidox 2026-03-10 22:34:46 +03:00
parent 5af4b07f16
commit 86c1669195

View file

@ -30,6 +30,7 @@ func New(deps Deps) *Handler {
}
taskTransportV1.RegisterTaskProcessorServer(srv, handler)
handler.srv = srv
return handler
}