mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +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 )
|
||||
-}
|
||||
ProgramTest.createDocument
|
||||
{ init = init RenderRequest.FullBuild identity contentCache config
|
||||
{ init = init RenderRequest.FullBuild contentCache config
|
||||
, update = update contentCache config
|
||||
, view = \_ -> { title = "", body = [] }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user