fix: migrations and front-end issues
This commit is contained in:
parent
21b88f182e
commit
e58acdb8be
9 changed files with 137 additions and 201 deletions
|
|
@ -43,7 +43,7 @@ const SNAKE_CASE_BILL_FIELDS = [
|
|||
'provisioned_recycler_6'
|
||||
]
|
||||
|
||||
const BILL_FIELDS = _.map(_.camelCase, BILL_FIELDS)
|
||||
const BILL_FIELDS = _.map(_.camelCase, SNAKE_CASE_BILL_FIELDS)
|
||||
|
||||
module.exports = { redeemableTxs, toObj, toDb, REDEEMABLE_AGE, CASH_OUT_TRANSACTION_STATES }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue