From 6016b77ba5d2ab6f154cbf986b0ca9ade87ca669 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Fri, 30 Dec 2022 13:44:30 +1100 Subject: [PATCH] fix maybe --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 07949fd..6f813c3 100644 --- a/index.js +++ b/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")