We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6490b commit c2fc463Copy full SHA for c2fc463
lib/pointing_party_web/channels/room_channel.ex
@@ -1,6 +1,6 @@
1
defmodule PointingPartyWeb.RoomChannel do
2
use PointingPartyWeb, :channel
3
-
+ alias PointingParty.Card
4
def join("room:lobby", _payload, socket) do
5
send(self(), :after_join)
6
0 commit comments