mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +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);
|
||||
let graphlog = log;
|
||||
if (graphlog != null) {
|
||||
//graphlog = graphlog.reverse();
|
||||
graphlog = graphlog.reverse();
|
||||
}
|
||||
console.log(graphlog)
|
||||
console.log("here fuckwit")
|
||||
|
|
|
|||
Loading…
Reference in a new issue