async-postgres
async-postgres copied to clipboard
Response statusCode instead of code
In rest_client.js we have line like:
var errorMessage = 'HTTP ERROR ' + response.code;
This response.code always equals undefined. I think it should be response.statusCode