Fix csv profit
This commit is contained in:
parent
f407737f0c
commit
b56cfd510f
|
@ -67,7 +67,7 @@ function UsersTable() {
|
|||
u.email ?? '',
|
||||
u.name,
|
||||
Math.round(u.balance).toString(),
|
||||
Math.round(u.profitCached.allTime).toString(),
|
||||
Math.round(profitByUser[u.id] ?? 0).toString(),
|
||||
])
|
||||
)
|
||||
const csv = lines.map((line) => line.join(', ')).join('\n')
|
||||
|
|
Loading…
Reference in New Issue
Block a user