fix: remove AI comment from state.go

This commit is contained in:
Grail Finder (aider)
2025-05-03 08:55:54 +03:00
parent 8b9c440ae5
commit 8b68aee884

View File

@ -49,7 +49,7 @@ type UserState struct {
func MakeTestState() *UserState {
cards := []WordCard{
{Word: "hamster", Color: "blue"}, // help to fill wordcards based on roundWords; ai!
{Word: "hamster", Color: "blue"},
}
room := RoomPublic{
ID: "test-id",