From 7c71fe492c8c91a259a9fe06250cc972ef11c6fc Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Sun, 8 Jan 2023 11:13:39 -0800 Subject: [PATCH] Fix error in docs site. --- examples/docs/src/Showcase.elm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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