⚰️ remove index

This commit is contained in:
Axel Olausson Holtenäs 2022-05-30 17:42:45 +02:00
parent c4a9882a9e
commit ed237c8253
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -14,7 +14,7 @@ export const start = async (client: Client) => {
if (!jobNames) return logger.info("No jobs found");
await Promise.all(
jobNames.map(async (jobName, index) => {
jobNames.map(async (jobName) => {
const job: IJob = await import(`../../jobs/shopRoles`);
schedule.scheduleJob(job.options.schedule, async () => {