Skip to content

Commit c2fc463

Browse files
alias Card in room channel
1 parent cd6490b commit c2fc463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pointing_party_web/channels/room_channel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule PointingPartyWeb.RoomChannel do
22
use PointingPartyWeb, :channel
3-
3+
alias PointingParty.Card
44
def join("room:lobby", _payload, socket) do
55
send(self(), :after_join)
66

0 commit comments

Comments
 (0)