Property 'run' in type 'ScheduledTaskErrorEvent' is not assignable to the same property in base type
The Logs I get from this error.
Any idea how I can solve this?
The code:
Solution:Jump to solution
Update the Dependencies
Change run Arguments ->
public run(error: Error, task: string, _payload: unknown)
...3 Replies
Solution
Update the Dependencies
Change run Arguments ->
public run(error: Error, task: string, _payload: unknown)