Fix reference.

This commit is contained in:
Dillon Kearns 2021-07-29 16:00:17 -07:00
parent 2a2872e6fa
commit 7ebcd9f314

View File

@ -44,7 +44,7 @@ staticRequest =
{ url = "https://api.airtable.com/v0/appDykQzbkQJAidjt/elm-pages%20showcase?maxRecords=100&view=Grid%202"
, method = "GET"
, headers = [ ( "Authorization", "Bearer " ++ airtableToken ), ( "view", "viwayJBsr63qRd7q3" ) ]
, body = DataSource.emptyBody
, body = DataSource.Http.emptyBody
}
)
|> Secrets.with "AIRTABLE_TOKEN"