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;
|
this.logger = this.queueLoggerService.logger;
|
||||||
|
|
||||||
function renderError(e: Error) {
|
function renderError(e?: Error) {
|
||||||
if (e instanceof Bull.UnrecoverableError) {
|
if (e instanceof Bull.UnrecoverableError) {
|
||||||
return {
|
return {
|
||||||
stack: undefined,
|
stack: undefined,
|
||||||
|
|
Loading…
Reference in New Issue