add it to survey config

This commit is contained in:
Robin Olsen
2026-02-28 10:44:00 +01:00
parent 9e42ff0770
commit 9ce9b6ee07

View File

@@ -11,7 +11,7 @@ import (
)
func initializeServices(ctx context.Context) (*service.App, func(), error) {
return service.NewServices(ctx, tasks.BaseConfig())
return service.NewServices(ctx, tasks.BaseConfig().WithAutoInit(true))
}
func initInterfaces() map[string]task.Interface {