mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-17 07:12:12 +11:00
another thing
This commit is contained in:
parent
6016b77ba5
commit
2b025c54d7
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue