Add comments
This commit is contained in:
parent
932be9e7db
commit
a731ec7a03
3 changed files with 62 additions and 0 deletions
|
|
@ -1,6 +1,16 @@
|
|||
const db = require('./db')
|
||||
const uuid = require('uuid')
|
||||
|
||||
/**
|
||||
* Create new compliance override
|
||||
*
|
||||
* @name add
|
||||
* @function
|
||||
*
|
||||
* @param {object} complianceOverride Compliance override object
|
||||
*
|
||||
* @returns {object} Newly created compliance override
|
||||
*/
|
||||
function add (complianceOverride) {
|
||||
const sql = `insert into compliance_overrides
|
||||
(id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue