Skip to content

Commit d8b45c4

Browse files
committed
a
1 parent 054e286 commit d8b45c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/visualizer-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function loadGraph() {
2121
console.log("Loading graph data...");
2222

2323
try {
24-
const response = await fetch('graph_data.json');
24+
const response = await fetch('graph.json');
2525
if (!response.ok) {
2626
throw new Error(`HTTP error! status: ${response.status}`);
2727
}

0 commit comments

Comments
 (0)