Remove accidentally left over toString call.
This commit is contained in:
parent
6968a732d8
commit
4acfc0911a
|
@ -3,7 +3,7 @@ import Go.Types exposing (..)
|
||||||
import WebSocket
|
import WebSocket
|
||||||
|
|
||||||
wsUrl : Model -> String
|
wsUrl : Model -> String
|
||||||
wsUrl m = (m.sessionUrl ++ "/game/" ++ toString m.sessionId)
|
wsUrl m = (m.sessionUrl ++ "/game/" ++ m.sessionId)
|
||||||
|
|
||||||
encodeCell : Cell -> String
|
encodeCell : Cell -> String
|
||||||
encodeCell ((x, y), c) = "place "
|
encodeCell ((x, y), c) = "place "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user