Change airtable table name from development

This commit is contained in:
DaInfLoop 2024-09-28 18:04:16 +01:00
parent 43bd276464
commit ba7da16014

View file

@ -3,7 +3,7 @@ import AirtablePlus from 'airtable-plus'
const airtable = new AirtablePlus({
baseID: 'app79wD9AFys1NMUp',
apiKey: process.env.AIRTABLE_API_KEY,
tableName: 'Current copy',
tableName: 'Current',
})
const cache = {