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 11, 2024
1 parent 7d91734 commit 4e48eba
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.9801933175425164"
"https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.2643813560193484"
);
const json = await request.json();
dataManager.fetchData = json;
Expand Down

0 comments on commit 4e48eba

Please sign in to comment.