-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
refactoring deleteAllClasses #4464
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
Conversation
...to re-use the connection.
debug(`deleteAllClasses done in ${new Date().getTime() - now}`); | ||
}); | ||
}); |
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.
There seems to be added blank spaces here. Otherwise LGTM
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.
@flovilmart removed the extra spaces, need re-review 😉
removing extra spaces.
Codecov Report
@@ Coverage Diff @@
## master #4464 +/- ##
==========================================
+ Coverage 92.69% 92.72% +0.02%
==========================================
Files 118 118
Lines 8354 8356 +2
==========================================
+ Hits 7744 7748 +4
+ Misses 610 608 -2
Continue to review full report at Codecov.
|
* refactoring deleteAllClasses ...to re-use the connection. * Update PostgresStorageAdapter.js removing extra spaces.
* refactoring deleteAllClasses ...to re-use the connection. * Update PostgresStorageAdapter.js removing extra spaces.
...to re-use the connection.