Skip to content

Commit 7ca7243

Browse files
committed
fixes #57
1 parent bb43d1c commit 7ca7243

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Readme.tl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy).
3030

3131
[![Read Next](/assets/imgs/next.png)](/chapters/ch01-what-is-a-web-server-anyway.md)
3232

33-
# Table of contents
34-
3533
{{toc}}

genIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ function formatHeadings(headings, relativePath) {
6464
return formatted;
6565
}
6666

67-
generateTOC().catch((err) => console.error(err));
67+
generateTOC().catch(console.error);

0 commit comments

Comments
 (0)