diff --git a/examples/docs/src/Showcase.elm b/examples/docs/src/Showcase.elm index b025ecc1..5528ba31 100644 --- a/examples/docs/src/Showcase.elm +++ b/examples/docs/src/Showcase.elm @@ -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