chore: server code formatting
This commit is contained in:
parent
aedabcbdee
commit
68517170e2
234 changed files with 9824 additions and 6195 deletions
|
|
@ -11,7 +11,7 @@ const uuid = require('uuid')
|
|||
*
|
||||
* @returns {object} Newly created compliance override
|
||||
*/
|
||||
function add (complianceOverride) {
|
||||
function add(complianceOverride) {
|
||||
const sql = `insert into compliance_overrides
|
||||
(id,
|
||||
customer_id,
|
||||
|
|
@ -25,7 +25,7 @@ function add (complianceOverride) {
|
|||
complianceOverride.customerId,
|
||||
complianceOverride.complianceType,
|
||||
complianceOverride.overrideBy,
|
||||
complianceOverride.verification
|
||||
complianceOverride.verification,
|
||||
])
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue