Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking authored May 2, 2024
1 parent eb97b43 commit d7c866b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ function populateModuleList(moduleListId, type) {
let currentCategory = ''; // Store the current category
let currentCat
// Fetch the README content from the GitHub API and handle it in the promise chain
fetch("https://gist.githubusercontent.com/odtheking/3b457272673e0937885e8c6a6b65ff5f/raw/20785c0f5f3114136b025b24e2a7116aa3e38627/gistfile1.txt")
fetch("https://gist.githubusercontent.com/odtheking/3b457272673e0937885e8c6a6b65ff5f/raw/f2b49ffd7c4ce643d4b611ccf92a20a8387c5492/OdinFeatureListBoth.txt")
.then(response => response.json())
.then(data => {
console.log(data)
const modulePairs = parseReadmeContent(data);
Expand Down

0 comments on commit d7c866b

Please sign in to comment.