fix
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m15s

This commit is contained in:
Smile Rex
2026-01-22 17:45:11 +03:00
parent 73cb832728
commit 8ae941df3b

View File

@@ -60,7 +60,7 @@ func (r *Room) broadcast() {
r.mu.Unlock()
msg := models.StateMessage{
Type: "state",
Type: "input",
Payload: map[string]any{
"players": state,
},