We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ca3e6 commit 37c67eeCopy full SHA for 37c67ee
1 file changed
docs/script.js
@@ -4,7 +4,7 @@ const dataManager = {
4
5
const load = async (dataManager) => {
6
const request = await fetch(
7
- "https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.8528685458843028"
+ "https://raw.githubusercontent.com/maxday/lambda-perf/main/data/last.json?0.21945485736327108"
8
);
9
const json = await request.json();
10
dataManager.fetchData = json;
0 commit comments