Skip to content

Commit 9f77b00

Browse files
committed
prevent cache
1 parent 19ccddb commit 9f77b00

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.6306352539846889"
7+
"https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.08064017990838535"
88
);
99
const json = await request.json();
1010
dataManager.fetchData = json;

0 commit comments

Comments
 (0)