-
-
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
Update PostgresStorageAdapter.js #6981
Conversation
Start moving toward better, ES7 syntax.
Danger run resulted in 1 fail and 1 markdown; to find out more, see the checks page. Generated by 🚫 dangerJS |
Codecov Report
@@ Coverage Diff @@
## master #6981 +/- ##
==========================================
- Coverage 93.81% 93.81% -0.01%
==========================================
Files 169 169
Lines 12402 12409 +7
==========================================
+ Hits 11635 11641 +6
- Misses 767 768 +1
Continue to review full report at Codecov.
|
Fixing spaces 🤦♂️
After an unsuccessful build... I don't know why it is failing, but it doesn't seem related to these changes. |
There are some false positive tests. You can restart Travis jobs |
My account doesn't seem to have the permission to restart Travis jobs for this project. |
* Update PostgresStorageAdapter.js Start moving toward better, ES7 syntax. * Update PostgresStorageAdapter.js Fixing spaces 🤦♂️
Start moving toward better, ES7 syntax.
In this case, the batch is not needed, and it is better to use ES7 syntax, to avoid creating other requests, if a previous one fails.