Remove extra argument.

This commit is contained in:
Dillon Kearns 2021-04-17 12:35:00 -07:00
parent bfbfc02c13
commit 3b5d790bdc

View File

@ -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 = [] }
}