fix maybe

This commit is contained in:
Expand-sys 2022-12-30 13:44:30 +11:00
parent 12c70d975c
commit 6016b77ba5

View file

@ -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")