refactor: remove unused argument
This commit is contained in:
parent
9f84ae97f2
commit
ac35e5c006
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ function updateCustomer (req, res, next) {
|
|||
.then(_.merge(patch))
|
||||
.then(newPatch => customers.updatePhotoCard(id, newPatch))
|
||||
.then(newPatch => customers.updateFrontCamera(id, newPatch))
|
||||
.then(newPatch => customers.update(id, newPatch, null, txId))
|
||||
.then(newPatch => customers.update(id, newPatch, null))
|
||||
.then(customer => {
|
||||
createPendingManualComplianceNotifs(settings, customer, deviceId)
|
||||
respond(req, res, { customer })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue