Skip to content

Commit

Permalink
Merge pull request #15 from unclecode/main
Browse files Browse the repository at this point in the history
Auto PR from main to live
  • Loading branch information
github-actions[bot] authored Mar 17, 2024
2 parents 35bfeae + bec8d7e commit a892cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
async function fetchReadmeContent() {
try {
const response = await fetch(repoUrl);
<!-- const data = await response.text()
const readmeContent = data
return readmeContent; -->
//const data = await response.text()
//const readmeContent = data
//return readmeContent;

const data = await response.json();
const readmeContent = atob(data.content);
Expand Down

0 comments on commit a892cad

Please sign in to comment.