fix: airtable method patched

This commit is contained in:
Saahil 2025-01-07 13:32:29 -05:00
parent 9349a81075
commit 40bf316cec
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -337,13 +337,6 @@ export function highSeasCron(app: ModifiedApp) {
// await cronForAirtable(app);
// });
// you dont want to work cron, fine back to setInterval
setInterval(
async () => {
await cronForAirtable(app);
},
1000 * 60 * 60,
);
cron.schedule("*/10 * * * *", async () => {
try {
// update da cache