Skip to content

Commit

Permalink
home: imp code
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Dec 16, 2024
1 parent 7bf8f0a commit 9df3c19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/home/clientshttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,6 @@ func (clients *clientsContainer) handleSearchClient(w http.ResponseWriter, r *ht
data := []map[string]*clientJSON{}
for _, c := range q.Clients {
idStr := c.ID
if idStr == "" {
break
}

data = append(data, map[string]*clientJSON{
idStr: clients.findClient(idStr),
})
Expand Down

0 comments on commit 9df3c19

Please sign in to comment.