Skip to content

Commit ef38109

Browse files
committed
fix: remove empty branch in search command (SA9003)
1 parent 23cb7a2 commit ef38109

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/search.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ Use --remote to force remote API search.`,
170170
fmt.Println()
171171
}
172172

173-
// Filter by min-stars if specified
174-
if minStars > 0 {
175-
// Filtering is handled in displaySearchResults to ensure consistent counting
176-
}
177-
178173
displaySearchResults(allRepos, installedSkills, searchSource, minStars)
179174
},
180175
}

0 commit comments

Comments
 (0)