mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-22 19:31:39 +03:00
Fix error in docs site.
This commit is contained in:
parent
2ae58cc0ab
commit
7c71fe492c
@ -50,7 +50,8 @@ staticRequest =
|
||||
, method = "GET"
|
||||
, headers = [ ( "Authorization", "Bearer " ++ airtableToken ), ( "view", "viwayJBsr63qRd7q3" ) ]
|
||||
, body = BackendTask.Http.emptyBody
|
||||
, options = Nothing
|
||||
, retries = Nothing
|
||||
, timeoutInMs = Nothing
|
||||
}
|
||||
(BackendTask.Http.expectJson decoder)
|
||||
|> BackendTask.throw
|
||||
|
Loading…
Reference in New Issue
Block a user