another thing

This commit is contained in:
Expand-sys 2022-12-30 13:51:07 +11:00
parent 6016b77ba5
commit 2b025c54d7

View file

@ -195,7 +195,7 @@ fastify.get(
}
const seconds = Math.floor(Date.now() / 1000);
graphdata.unshift([0 , balance])
graphdata.push([graphdata.length+1 , balance])
graphdata.unshift(["Transaction", "Amount"])
} else {