Skip to content

Commit ca6e02f

Browse files
committed
prevent cache
1 parent 5d72c4d commit ca6e02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const dataManager = {
44

55
const load = async (dataManager) => {
66
const request = await fetch(
7-
"https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.30684992640259967"
7+
"https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.6914029700897459"
88
);
99
const json = await request.json();
1010
dataManager.fetchData = json;

0 commit comments

Comments
 (0)