We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4020e commit 3682246Copy full SHA for 3682246
docs/script.js
@@ -431,7 +431,7 @@ async function initiate () {
431
try {
432
const response = await fetch(modulesFile);
433
const data = await response.json();
434
- allModules = data;
+ allModules = data.modules;
435
} catch (error) {
436
allModules = [];
437
console.error("Error fetching modules:", error);
0 commit comments