fix lint errors
This commit is contained in:
parent
20dd66f735
commit
83869e1c47
@ -126,7 +126,7 @@ export class QueueProcessorService implements OnApplicationShutdown {
|
||||
) {
|
||||
this.logger = this.queueLoggerService.logger;
|
||||
|
||||
function renderError(e: Error) {
|
||||
function renderError(e?: Error) {
|
||||
if (e instanceof Bull.UnrecoverableError) {
|
||||
return {
|
||||
stack: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user