mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
Fix test error.
This commit is contained in:
parent
535d6d4932
commit
019b1a3242
@ -511,7 +511,7 @@ startLowLevel apiRoutes staticHttpCache pages =
|
||||
, fetchPageData = \_ _ -> Task.fail Http.NetworkError
|
||||
, gotBatchSub = Sub.none
|
||||
, globalHeadTags = Nothing
|
||||
, perform = \_ _ -> Cmd.none
|
||||
, perform = \_ _ _ -> Cmd.none
|
||||
, cmdToEffect = \_ -> Debug.todo "Effect"
|
||||
}
|
||||
|
||||
@ -667,7 +667,7 @@ startWithRoutes pageToLoad staticRoutes staticHttpCache pages =
|
||||
, fetchPageData = \_ _ -> Task.fail Http.NetworkError
|
||||
, gotBatchSub = Sub.none
|
||||
, globalHeadTags = Nothing
|
||||
, perform = \_ _ -> Cmd.none
|
||||
, perform = \_ _ _ -> Cmd.none
|
||||
, cmdToEffect = \_ -> Debug.todo "Effect"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user