fix: check for date validity before conversion
This commit is contained in:
parent
2d5cbe771a
commit
2a85bfce2b
3 changed files with 9 additions and 4 deletions
|
|
@ -138,7 +138,7 @@ function advancedBatch (data) {
|
|||
'txVersion', 'publishedAt', 'termsAccepted', 'layer2Address',
|
||||
'commissionPercentage', 'rawTickerPrice', 'receivedCryptoAtoms',
|
||||
'discount', 'txHash', 'customerPhone', 'customerIdCardDataNumber',
|
||||
'customerIdCardDataExpiration', 'customerIdCardData', 'customerName',
|
||||
'customerIdCardDataExpiration', 'customerIdCardData', 'customerName', 'sendTime',
|
||||
'customerFrontCameraPath', 'customerIdCardPhotoPath', 'expired', 'machineName', 'walletScore']
|
||||
|
||||
const addAdvancedFields = _.map(it => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue