-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependecies #1060
Update dependecies #1060
Conversation
@@ -33,6 +33,7 @@ export class NftEventsConsumer { | |||
dlqExchange: process.env.RABBITMQ_DLQ_EXCHANGE, | |||
}) | |||
async consumeAuctionEvents(nftAuctionEvents: any) { | |||
console.log(11111111, nftAuctionEvents) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #1060 +/- ##
============================================
Coverage 41.45% 41.45%
============================================
Files 436 436
Lines 9296 9296
Branches 1073 1073
============================================
Hits 3854 3854
Misses 4423 4423
Partials 1019 1019
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.