mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
fix: fuisfknes
This commit is contained in:
parent
2d55df5217
commit
8868e50308
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ export async function getWalletBalance(app: ModifiedApp) {
|
|||
.then((r) => r.json())
|
||||
.then((json) =>
|
||||
json.currentTransactions.filter((d) => {
|
||||
const f = new Date(d.started_at);
|
||||
const f = new Date(d.created_at);
|
||||
const today = new Date();
|
||||
// check if less then 24h
|
||||
// return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue