We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab5e29 commit 8bf9256Copy full SHA for 8bf9256
1 file changed
src/initDbs.ts
@@ -14,7 +14,7 @@ const transactionIndexFields: string[][] = [
14
['status', 'payoutAmount', 'depositAmount'],
15
['status', 'payoutCurrency', 'isoDate'],
16
['status', 'usdValue'],
17
- ['status', 'usdvalue', 'timestamp'],
+ ['status', 'usdValue', 'timestamp'],
18
['usdValue'],
19
['timestamp']
20
]
0 commit comments