Update cmd/survey/init.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-02-13 10:23:57 +01:00
committed by GitHub
parent 400a989454
commit c3181e0f77

View File

@@ -24,7 +24,6 @@ func initializeServices(ctx context.Context) (*service.Services, func(), error)
func initTasks() []*task.Task {
return []*task.Task{
tasks.NewCreateIssueTask(),
tasks.NewCreateIssueTask(),
}
}