Skip to content

Commit 479b20d

Browse files
author
Adrien Fabre
committed
Fix a bug introduced by prettier fix
1 parent 230145a commit 479b20d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_includes/scripts/githubComments.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,5 @@ function setupCommentsInPage(commentIssueId) {
123123
});
124124
}
125125

126-
setupCommentsInPage({ commentIssueId });
126+
// prettier-ignore `{ commentIssueId }` is actually nunjucks data once this script is injected in pages
127+
setupCommentsInPage({{ commentIssueId }});

0 commit comments

Comments
 (0)