mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
Inline subscriptions.
This commit is contained in:
parent
86c80e9438
commit
67d55d8156
@ -46,7 +46,7 @@ route =
|
||||
|> RouteBuilder.buildWithLocalState
|
||||
{ view = view
|
||||
, update = update
|
||||
, subscriptions = subscriptions
|
||||
, subscriptions = \_ _ _ _ _ -> Sub.none
|
||||
, init = init
|
||||
}
|
||||
|
||||
@ -242,11 +242,6 @@ withUserSession cookieSession continue =
|
||||
|> Maybe.withDefault (DataSource.succeed ( okSession, Response.render {} ))
|
||||
|
||||
|
||||
subscriptions : Maybe PageUrl -> RouteParams -> Path -> Shared.Model -> Model -> Sub Msg
|
||||
subscriptions maybePageUrl routeParams path sharedModel model =
|
||||
Sub.none
|
||||
|
||||
|
||||
head :
|
||||
StaticPayload Data ActionData RouteParams
|
||||
-> List Head.Tag
|
||||
|
Loading…
Reference in New Issue
Block a user