Skip to content

Commit 3f74794

Browse files
committed
prevent cache
1 parent 9668672 commit 3f74794

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

0 commit comments

Comments
 (0)