chore: cycle test base to avoid hitting api limit

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2025-10-25 13:10:07 +03:00
parent 5ce1e8b9e3
commit 183db11b78

View File

@@ -1,5 +1,13 @@
const airtableApiBases = [
'https://airtable.com/appZtc5xOWQkUL4Ok/shrrfpcWoNa5QGGSI',
'https://airtable.com/appBnSP4VbJtKTTHB/shrfiNNg3yk9A0APu',
'https://airtable.com/appPFK0xj5jTQR6wQ/shr6zjJvrUbSvfGPq',
'https://airtable.com/apprb2mFeIlQitU0o/shrY6swT2FOy9X1Bl',
];
const today = new Date();
const airtableApiKey = 'pat23tPxwKmp4P96z.6b96f6381ad1bf2abdbd09539ac64fdb898516693603137b66e1e4e5a41bca78';
const airtableApiBase = 'https://airtable.com/appy4lygutPj7UqiZ/shrIbD78QnzJnWygX';
const airtableApiBase = airtableApiBases[today.getDate() % airtableApiBases.length];
const defaultBaseName = 'Base';