addr forming refactor
All checks were successful
/ Make image (push) Successful in 58s

This commit is contained in:
nquidox 2026-04-02 17:58:49 +03:00
parent ab473f02be
commit b2222e956a
2 changed files with 6 additions and 3 deletions

View file

@ -85,7 +85,8 @@ func New(ctx context.Context, cfg config.Config) *App {
newApp.modules = append(newApp.modules, m)
newApp.tasker = task.New(task.Deps{
Addr: "",
Host: cfg.TasksSource.Host,
Port: cfg.TasksSource.Port,
MerchProvider: m,
})