diff --git a/src/public/index.html b/src/public/index.html index ee3f0cb..1affafb 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -410,7 +410,7 @@ if(nodes.length > 0){ const randomNode = nodes[Math.floor(Math.random() * nodes.length)]; if(randomNode){ - goToNode(randomNode.id); + goToNode(randomNode.node_id); } } }