Skip to content

Commit

Permalink
Showing apps if query is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr committed Jun 25, 2018
1 parent 1b76e4b commit 624a1f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app_entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ func (ei *EntriesIterator) Entry() *LaunchEntry {
}

func SearchAppEntries(query string) LaunchEntriesList {
if query == "" {
return nil
}

loQuery := strings.ToLower(query)
results := LaunchEntriesList{}

Expand Down

0 comments on commit 624a1f7

Please sign in to comment.