fix: Correctly reference job hander in loader (#9396)
This commit is contained in:
@@ -159,7 +159,7 @@ export class JobLoader {
|
|||||||
|
|
||||||
const input = {
|
const input = {
|
||||||
config: module_.config,
|
config: module_.config,
|
||||||
handler: module_.default.default,
|
handler: module_.default,
|
||||||
}
|
}
|
||||||
|
|
||||||
this.validateConfig(input.config)
|
this.validateConfig(input.config)
|
||||||
|
|||||||
Reference in New Issue
Block a user