fix: migrations and front-end issues

This commit is contained in:
Rafael Taranto 2023-10-11 03:48:47 +01:00
parent 21b88f182e
commit e58acdb8be
9 changed files with 137 additions and 201 deletions

View file

@ -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 }