fix: remove AI comment from state.go
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user