mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-05 12:57:33 +03:00
Fix compilation error.
This commit is contained in:
parent
f648b93ffe
commit
d72f399b13
@ -133,13 +133,7 @@ type alias Pokemon =
|
||||
|
||||
|
||||
get url decoder =
|
||||
StaticHttp.request
|
||||
(Secrets.succeed
|
||||
{ url = url
|
||||
, method = "GET"
|
||||
, headers = []
|
||||
}
|
||||
)
|
||||
StaticHttp.get (Secrets.succeed url)
|
||||
decoder
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user