Skip to content

Commit 8bf9256

Browse files
committed
Fix typo in index
1 parent 7ab5e29 commit 8bf9256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/initDbs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const transactionIndexFields: string[][] = [
1414
['status', 'payoutAmount', 'depositAmount'],
1515
['status', 'payoutCurrency', 'isoDate'],
1616
['status', 'usdValue'],
17-
['status', 'usdvalue', 'timestamp'],
17+
['status', 'usdValue', 'timestamp'],
1818
['usdValue'],
1919
['timestamp']
2020
]

0 commit comments

Comments
 (0)