Skip to content

Commit b541c3d

Browse files
committed
change name
1 parent 2db4deb commit b541c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ async function fetchDataAndProcess(Params, isRealTime = true) {
490490
}).then(res => res.json());
491491
} else {
492492
// Historical mode: Load from local file
493-
apiData = await fetch('src/data/combined_response.json') // replace with your actual local path
493+
apiData = await fetch('src/data/combined_data.json') // replace with your actual local path
494494
.then(res => res.json());
495495
}
496496

0 commit comments

Comments
 (0)