Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Jan 28, 2025
1 parent 2c5de59 commit a7f1395
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/consumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class Consumer extends TypedEventEmitter {
err,
`SQS receive message failed: ${err.message}`,
this.extendedAWSErrors,
this.queueUrl
this.queueUrl,
);
}
}
Expand Down Expand Up @@ -481,7 +481,7 @@ export class Consumer extends TypedEventEmitter {
`Error changing visibility timeout: ${err.message}`,
this.extendedAWSErrors,
this.queueUrl,
message
message,
),
message,
);
Expand Down Expand Up @@ -518,7 +518,7 @@ export class Consumer extends TypedEventEmitter {
`Error changing visibility timeout: ${err.message}`,
this.extendedAWSErrors,
this.queueUrl,
messages
messages,
),
messages,
);
Expand Down Expand Up @@ -625,7 +625,7 @@ export class Consumer extends TypedEventEmitter {
`SQS delete message failed: ${err.message}`,
this.extendedAWSErrors,
this.queueUrl,
message
message,
);
}
}
Expand Down Expand Up @@ -665,7 +665,7 @@ export class Consumer extends TypedEventEmitter {
`SQS delete message failed: ${err.message}`,
this.extendedAWSErrors,
this.queueUrl,
messages
messages,
);
}
}
Expand Down

0 comments on commit a7f1395

Please sign in to comment.