Fix error in docs site.

This commit is contained in:
Dillon Kearns 2023-01-08 11:13:39 -08:00
parent 2ae58cc0ab
commit 7c71fe492c

View File

@ -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