freddiebity
Results
1
issues of
freddiebity
Hi, I'm trying to do something like this ```ts const task = cron.schedule("*/2 * * * *", async () => { const fee_accounts = await getFeeAccounts(); fee_accounts.forEach((feeAccount) => { let...