-
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
Fix collection stats #1047
Fix collection stats #1047
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #1047 +/- ##
===============================================
- Coverage 42.75% 42.74% -0.02%
===============================================
Files 395 395
Lines 8232 8234 +2
Branches 949 950 +1
===============================================
Hits 3520 3520
- Misses 3813 3814 +1
- Partials 899 900 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@@ -105,6 +105,7 @@ export class CacheEventsConsumer { | |||
const profilerMint = new CpuProfiler(); | |||
await this.collectionAssets.clearKey(event.id); | |||
await this.collectionAssetsCount.clearKey(event.id); | |||
await this.collectionAssetsCount.clearKey(`${event.id}_undefined`); |
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.
🤓
b3fc6fe
No description provided.