Skip to content

Commit

Permalink
Corrected table name
Browse files Browse the repository at this point in the history
  • Loading branch information
smrohrer committed Jan 6, 2021
1 parent 6ea59f4 commit 9694b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createInternetArchiveCsv.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function getRecords () {
try {
var base = new Airtable({apiKey: process.env.APIKEY}).base(process.env.BASE);

base('🍩 Oral Histories').select({
base('Oral Histories').select({
view: "Archival View (Comprehensive)",
cellFormat: "string",
timeZone: "America/New_York",
Expand Down

0 comments on commit 9694b9f

Please sign in to comment.