fix: add customerId to the list of updatable fields
This commit is contained in:
parent
51665b2b8f
commit
00adc25d15
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const toObj = helper.toObj
|
|||
|
||||
const UPDATEABLE_FIELDS = ['txHash', 'txVersion', 'status', 'dispense', 'dispenseConfirmed',
|
||||
'notified', 'redeem', 'phone', 'error', 'swept', 'publishedAt', 'confirmedAt', 'errorCode',
|
||||
'receivedCryptoAtoms', 'walletScore' ]
|
||||
'receivedCryptoAtoms', 'walletScore', 'customerId' ]
|
||||
|
||||
module.exports = {upsert, update, insert}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue