mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Remove extra argument.
This commit is contained in:
parent
bfbfc02c13
commit
3b5d790bdc
@ -917,7 +917,7 @@ startLowLevel generateFiles documentBodyResult staticHttpCache pages =
|
|||||||
-> ( model, Effect pathKey )
|
-> ( model, Effect pathKey )
|
||||||
-}
|
-}
|
||||||
ProgramTest.createDocument
|
ProgramTest.createDocument
|
||||||
{ init = init RenderRequest.FullBuild identity contentCache config
|
{ init = init RenderRequest.FullBuild contentCache config
|
||||||
, update = update contentCache config
|
, update = update contentCache config
|
||||||
, view = \_ -> { title = "", body = [] }
|
, view = \_ -> { title = "", body = [] }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user