Skip to content

Commit

Permalink
Fix typo in server socket message
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Apr 17, 2023
1 parent 6f020be commit cfb1c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jellyfish_web/server_socket .ex
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ defmodule JellyfishWeb.ServerSocket do
control_message(%{type: "peerConnected", id: peer_id})

{:peer_disconnected, peer_id} ->
control_message(%{type: "peerDisonnected", id: peer_id})
control_message(%{type: "peerDisconnected", id: peer_id})

{:room_crashed, room_id} ->
control_message(%{type: "roomCrashed", id: room_id})
Expand Down

0 comments on commit cfb1c43

Please sign in to comment.