When trying to call multiple handlers with same priority using processNextHandler, returning the void error stated below
Argument of type '(processNextHandler: any) => void' is not assignable to parameter of type '() => void | Promise<any>'
any fix for this?
1 post - 1 participant