mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-18 07:32:14 +11:00
fix maybe
This commit is contained in:
parent
12c70d975c
commit
6016b77ba5
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -164,7 +164,7 @@ fastify.get(
|
||||||
log = JSON.parse(log.body);
|
log = JSON.parse(log.body);
|
||||||
let graphlog = log;
|
let graphlog = log;
|
||||||
if (graphlog != null) {
|
if (graphlog != null) {
|
||||||
//graphlog = graphlog.reverse();
|
graphlog = graphlog.reverse();
|
||||||
}
|
}
|
||||||
console.log(graphlog)
|
console.log(graphlog)
|
||||||
console.log("here fuckwit")
|
console.log("here fuckwit")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue