Skip to content

Commit bec8d7e

Browse files
committed
Update index.html:
- Fixed a minor syntax issue
1 parent 739aaa2 commit bec8d7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/pages/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
async function fetchReadmeContent() {
5959
try {
6060
const response = await fetch(repoUrl);
61-
<!-- const data = await response.text()
62-
const readmeContent = data
63-
return readmeContent; -->
61+
//const data = await response.text()
62+
//const readmeContent = data
63+
//return readmeContent;
6464

6565
const data = await response.json();
6666
const readmeContent = atob(data.content);

0 commit comments

Comments
 (0)