mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 19:45:11 +00:00
fix: airtable method patched
This commit is contained in:
parent
9349a81075
commit
40bf316cec
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue