Fix: stats and marks queries

This commit is contained in:
Grail Finder
2025-07-11 21:19:16 +03:00
parent f01fc12510
commit acf1386c73
7 changed files with 16 additions and 13 deletions

View File

@ -50,7 +50,6 @@ func HandleShowColor(w http.ResponseWriter, r *http.Request) {
abortWithError(w, err.Error())
return
}
// color, exists := fi.Room.WCMap[word]
color, exists := fi.Room.FindColor(word)
if !exists {
abortWithError(w, "word is not found")