-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
New Year cosmetics :) #4475
New Year cosmetics :) #4475
Conversation
Restoring the `UPDATE` result, as apparently it is in fact used. Ouch! 😄
Codecov Report
@@ Coverage Diff @@
## master #4475 +/- ##
==========================================
- Coverage 92.78% 92.77% -0.02%
==========================================
Files 118 118
Lines 8372 8373 +1
==========================================
Hits 7768 7768
- Misses 604 605 +1
Continue to review full report at Codecov.
|
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.
Housekeeping is always nice
* cosmetics * making nicer promise pattern + if->else blocks * removing return if unwanted data from an `UPDATE` * Update PostgresStorageAdapter.js * Update PostgresStorageAdapter.js * Update PostgresStorageAdapter.js Restoring the `UPDATE` result, as apparently it is in fact used. Ouch! 😄 * Update PostgresStorageAdapter.js
Making nicer, more consistent promise pattern use + if->else blocks.