fix
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m15s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m15s
This commit is contained in:
@@ -60,7 +60,7 @@ func (r *Room) broadcast() {
|
|||||||
r.mu.Unlock()
|
r.mu.Unlock()
|
||||||
|
|
||||||
msg := models.StateMessage{
|
msg := models.StateMessage{
|
||||||
Type: "state",
|
Type: "input",
|
||||||
Payload: map[string]any{
|
Payload: map[string]any{
|
||||||
"players": state,
|
"players": state,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user