Skip to content

Commit

Permalink
Merge pull request #142 from open-template-hub/develop
Browse files Browse the repository at this point in the history
trigger version update
  • Loading branch information
furknyavuz authored Jan 9, 2023
2 parents a8c4187 + d42fecc commit 80ecfed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/consumer/auth-queue.consumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ export class AuthQueueConsumer implements QueueConsumer {
msgObj
);
} catch ( e ) {
console.log(
'Error with processing deliveryTag: ' + msg.fields.deliveryTag,
msgObj,
e
);
console.log( 'Error with processing deliveryTag: ' + msg.fields.deliveryTag, msgObj, e );

this.channel.nack( msg, false, requeue );
}
Expand Down

0 comments on commit 80ecfed

Please sign in to comment.