-
Notifications
You must be signed in to change notification settings - Fork 9
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 seeding to delete itself on re-run + misc #45
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #45 +/- ##
=======================================
Coverage 17.57% 17.57%
=======================================
Files 77 77
Lines 899 899
Branches 182 182
=======================================
Hits 158 158
Misses 736 736
Partials 5 5
Continue to review full report at Codecov.
|
if (verificationError) { | ||
defaultLog.warn({ label: 'verifyToken', message: 'jwt verification error', verificationError }); | ||
return null; | ||
return verify( |
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.
This entire file has no real code changes, this is just running the formatter.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Overview
This PR contains the following changes
This PR contains the following types of changes
Checklist
A list of items that are good to consider when making any changes.
Note: this list is not exhaustive, and not all items are always applicable.
General
Code
Documentation
Tests
How Has This Been Tested?
Locally.
Screenshots
Please add any relevant UI screenshots, if applicable.