diff --git a/models/state.go b/models/state.go index 080b27f..d0408f2 100644 --- a/models/state.go +++ b/models/state.go @@ -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",