Skip to content

Commit

Permalink
prevent cache
Browse files Browse the repository at this point in the history
  • Loading branch information
algo-facile committed Sep 7, 2024
1 parent ecbb0f0 commit b6720e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ const dataManager = {

const load = async (dataManager) => {
const request = await fetch(
"https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.16090356563304242"
"https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.2506684995317148"
);
const json = await request.json();
dataManager.fetchData = json;
Expand Down

0 comments on commit b6720e1

Please sign in to comment.