fix: remove AI comment from state.go
This commit is contained in:
@ -49,7 +49,7 @@ type UserState struct {
|
|||||||
|
|
||||||
func MakeTestState() *UserState {
|
func MakeTestState() *UserState {
|
||||||
cards := []WordCard{
|
cards := []WordCard{
|
||||||
{Word: "hamster", Color: "blue"}, // help to fill wordcards based on roundWords; ai!
|
{Word: "hamster", Color: "blue"},
|
||||||
}
|
}
|
||||||
room := RoomPublic{
|
room := RoomPublic{
|
||||||
ID: "test-id",
|
ID: "test-id",
|
||||||
|
Reference in New Issue
Block a user