main
Bel LaPointe 2024-12-15 02:17:55 -07:00
parent 8115bdf3ff
commit 67ff6284bf
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ func (s *S) serveWS(w http.ResponseWriter, r *http.Request) error {
items = append(items, map[string]any{ items = append(items, map[string]any{
"name": name, "name": name,
"title": fmt.Sprint(points), "title": fmt.Sprint(points),
"tags": tags,
}) })
} }
msg["items"] = items msg["items"] = items