Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gxueatlassian committed Aug 22, 2023
1 parent 4faa6ac commit 90d2e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqs/sqs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export class SqsQueue<MessagePayload extends BaseMessagePayload> {
lastAttempt
}),
receiveCount,
lastAttempt: receiveCount >= this.maxAttempts
lastAttempt
};

context.log.info(`SQS message received. Receive count: ${receiveCount}`);
Expand Down

0 comments on commit 90d2e1b

Please sign in to comment.