Skip to content

Commit a1ee289

Browse files
committed
prevent cache
1 parent 8a17dea commit a1ee289

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

0 commit comments

Comments
 (0)