From 9ce9b6ee07ec84b6c57c80a01d24777fde28631e Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Sat, 28 Feb 2026 10:44:00 +0100 Subject: [PATCH] add it to survey config --- cmd/survey/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/survey/init.go b/cmd/survey/init.go index ef9e108..1f6bdba 100644 --- a/cmd/survey/init.go +++ b/cmd/survey/init.go @@ -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 {