fix: fuisfknes

This commit is contained in:
Saahil 2025-04-16 23:48:52 -04:00
parent 2d55df5217
commit 8868e50308
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

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