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 30256fb commit eb97b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ 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://pastebin.com/raw/ceX5fFig")
fetch("https://gist.githubusercontent.com/odtheking/3b457272673e0937885e8c6a6b65ff5f/raw/20785c0f5f3114136b025b24e2a7116aa3e38627/gistfile1.txt")
.then(data => {
console.log(data)
const modulePairs = parseReadmeContent(data);
Expand Down

0 comments on commit eb97b43

Please sign in to comment.