Skip to content

Commit bbe17c2

Browse files
author
Hugues Maignol
committed
qa: lint fix
1 parent 21b1896 commit bbe17c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/jobs/jobExecutors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const executeJob = async (job: Job) => {
3131
})
3232

3333
try {
34+
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
3435
const executor = jobExecutors[job.name] as JobExecutor<(typeof job)['name']>
3536
const result = await executor(job)
3637
const { ended, duration } = stopWatch.stop()

0 commit comments

Comments
 (0)