-
Notifications
You must be signed in to change notification settings - Fork 0
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
[75] bulk add button did not work #120
Conversation
Handle errors while creating caserevisions update curator data
console.log('Failed to insert some case revisions'); | ||
console.log(err); |
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.
Should use logger
instead of console.log
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.
Just one fix, otherwise looks good!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
==========================================
+ Coverage 58.56% 64.92% +6.35%
==========================================
Files 114 150 +36
Lines 3596 4895 +1299
Branches 1177 1515 +338
==========================================
+ Hits 2106 3178 +1072
- Misses 1490 1717 +227 ☔ View full report in Codecov by Sentry. |
Solves: #75
Changes: