From c3181e0f777eedbfbc47edcec6fbe1e77df7d359 Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:23:57 +0100 Subject: [PATCH] Update cmd/survey/init.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- cmd/survey/init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/survey/init.go b/cmd/survey/init.go index 772af6f..533976b 100644 --- a/cmd/survey/init.go +++ b/cmd/survey/init.go @@ -24,7 +24,6 @@ func initializeServices(ctx context.Context) (*service.Services, func(), error) func initTasks() []*task.Task { return []*task.Task{ tasks.NewCreateIssueTask(), - tasks.NewCreateIssueTask(), } }