Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
warriordog committed Oct 8, 2024
1 parent 20dd66f commit 83869e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/queue/QueueProcessorService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83869e1

Please sign in to comment.