Feat: user compliance saving to DB
This commit is contained in:
parent
705747e9e0
commit
bf8a40026e
2 changed files with 38 additions and 12 deletions
|
|
@ -324,6 +324,7 @@ function updateCustomer (req, res, next) {
|
|||
}
|
||||
|
||||
function triggerSanctions (req, res, next) {
|
||||
console.log("SANCTIONS TRIGGERED")
|
||||
const id = req.params.id
|
||||
|
||||
customers.getById(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue