mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 21:29:55 +03:00
Fix error in example.
This commit is contained in:
parent
311b248eef
commit
c4636ec93b
@ -57,7 +57,6 @@ action routeParams =
|
||||
|> MySession.withSession
|
||||
(\nameResultData session ->
|
||||
nameResultData
|
||||
|> BackendTask.mapError Exception.fromString
|
||||
|> BackendTask.map
|
||||
(\nameResult ->
|
||||
case nameResult of
|
||||
|
Loading…
Reference in New Issue
Block a user