-: add one more test

This commit is contained in:
Andrey Meshkov
2019-12-23 17:12:50 +03:00
parent 6bf512f96f
commit 3dd91cf179
3 changed files with 7 additions and 3 deletions

View File

@@ -257,7 +257,6 @@ func (clients *clientsContainer) handleFindClient(w http.ResponseWriter, r *http
}
cj := clientHostToJSON(ip, ch)
el[ip] = cj
} else {
cj := clientToJSON(&c)
el[ip] = cj