mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
Remove Debug.todo in example.
This commit is contained in:
parent
6cff8a7000
commit
b9902c2c8c
@ -56,8 +56,8 @@ action routeParams =
|
||||
Request.formDataWithServerValidation (form |> Form.initCombinedServer identity)
|
||||
|> MySession.withSession
|
||||
(\nameResultData session ->
|
||||
--nameResultData
|
||||
Debug.todo ""
|
||||
nameResultData
|
||||
|> DataSource.mapError Exception.fromString
|
||||
|> DataSource.map
|
||||
(\nameResult ->
|
||||
case nameResult of
|
||||
|
Loading…
Reference in New Issue
Block a user