From b8e73f4fa5821ce07b42667cf84c1ff9b87e0888 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 6 Sep 2023 10:52:30 +0200 Subject: [PATCH] fix: lint --- pkg/models/api_routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/api_routes.go b/pkg/models/api_routes.go index a9b3ed1ad96..24840e45ff8 100644 --- a/pkg/models/api_routes.go +++ b/pkg/models/api_routes.go @@ -56,7 +56,7 @@ func getRouteGroupName(path string) string { finalName := strings.Join(filteredParts, "_") switch finalName { case "projects_tasks": - return "tasks" + fallthrough case "tasks_all": return "tasks" default: