mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Add missing argument to generator.
This commit is contained in:
parent
ef6f80ff01
commit
67c0fb57b0
@ -159,8 +159,8 @@ update pageUrl maybeNavigationKey sharedModel static msg model =
|
||||
}
|
||||
|
||||
|
||||
subscriptions : Maybe PageUrl -> RouteParams -> Path -> Model -> Sub Msg
|
||||
subscriptions maybePageUrl routeParams path model =
|
||||
subscriptions : Maybe PageUrl -> RouteParams -> Path -> Shared.Model -> Model -> Sub Msg
|
||||
subscriptions maybePageUrl routeParams path sharedModel model =
|
||||
Sub.none
|
||||
`
|
||||
: ""
|
||||
|
Loading…
Reference in New Issue
Block a user