Skip to content

Commit 6e1519a

Browse files
committed
prevent cache
1 parent b170cb6 commit 6e1519a

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

0 commit comments

Comments
 (0)