refactor: add new lines

This commit is contained in:
José Oliveira 2021-12-03 16:32:56 +00:00
parent 7e56a27212
commit fd4c5323e0

View file

@ -30,6 +30,7 @@ function filterTransaction () {
) f`
return db.any(sql)
}
function filterCustomer () {
const sql = `EXPLAIN ANALYZE
SELECT DISTINCT * FROM (
@ -42,6 +43,7 @@ function filterCustomer () {
) f`
return db.any(sql)
}
function getCustomerById (id) {
const passableErrorCodes = _.map(Pgp.as.text, TX_PASSTHROUGH_ERROR_CODES).join(',')