Skip to content

Commit

Permalink
trigger version
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Jan 9, 2023
1 parent 7351f76 commit d42fecc
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 d42fecc

Please sign in to comment.