From 3c660dd9b5f9e1133bc8a1228287508504b7c132 Mon Sep 17 00:00:00 2001
From: Aiden Bai <aiden.bai05@gmail.com>
Date: Tue, 03 May 2022 16:20:01 +0000
Subject: [PATCH] Remove unnecessary 'url' param in drawGraph

---
 assets/js/graph.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/assets/js/graph.js b/assets/js/graph.js
index c32035d..e92f7db 100644
--- a/assets/js/graph.js
+++ b/assets/js/graph.js
@@ -1,5 +1,4 @@
 async function drawGraph(
-  _url,
   baseUrl,
   pathColors,
   depth,

--
Gitblit v1.10.0