fix: console log
This commit is contained in:
parent
309d9ff95b
commit
8bf6225b58
1 changed files with 0 additions and 2 deletions
|
|
@ -75,8 +75,6 @@ function update (id, data, userToken, txId) {
|
|||
const enhancedUpdateData = enhanceAtFields(enhanceOverrideFields(formattedData, userToken))
|
||||
const updateData = updateRawData(updateOverride(enhancedUpdateData))
|
||||
|
||||
console.log(updateData)
|
||||
|
||||
const sql = Pgp.helpers.update(updateData, _.keys(updateData), 'customers') +
|
||||
' where id=$1 returning *'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue