fix: Correctly reference job hander in loader (#9396)

This commit is contained in:
Stevche Radevski
2024-10-01 10:04:32 +02:00
committed by GitHub
parent 7a08224b0c
commit 9e299cf130

View File

@@ -159,7 +159,7 @@ export class JobLoader {
const input = {
config: module_.config,
handler: module_.default.default,
handler: module_.default,
}
this.validateConfig(input.config)