Add missing argument to generator.

This commit is contained in:
Dillon Kearns 2022-03-21 08:16:48 -07:00
parent ef6f80ff01
commit 67c0fb57b0

View File

@ -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
`
: ""