Skip to content

Commit 9c584e3

Browse files
committed
remove useless async
1 parent ed87af7 commit 9c584e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/markup/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export async function initMarkupContent() {
77
}
88

99
// code that only runs for comments
10-
export async function initCommentContent() {
10+
export function initCommentContent() {
1111
initMarkupTasklist();
1212
}

0 commit comments

Comments
 (0)