Switch to using strings for session IDs.
This commit is contained in:
@@ -10,7 +10,7 @@ type alias Update = (Color, List Cell)
|
||||
type alias Model =
|
||||
{ sessionColor : Color
|
||||
, sessionUrl : String
|
||||
, sessionId : Int
|
||||
, sessionId : String
|
||||
, sessionSize : Int
|
||||
|
||||
, error : Maybe String
|
||||
@@ -21,7 +21,7 @@ type alias Model =
|
||||
type alias Flags =
|
||||
{ black : Bool
|
||||
, url : String
|
||||
, id : Int
|
||||
, id : String
|
||||
, size : Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user