fix: lint

This commit is contained in:
kolaente 2023-09-06 10:52:30 +02:00
parent bfb01898c2
commit b8e73f4fa5
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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: