Skip to content

Commit

Permalink
Fix a bug introduced by prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Fabre committed May 13, 2024
1 parent 230145a commit 1a0f8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_includes/scripts/githubComments.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ function setupCommentsInPage(commentIssueId) {
});
}

setupCommentsInPage({ commentIssueId });
// prettier-ignore
setupCommentsInPage({{ commentIssueId }});

0 comments on commit 1a0f8be

Please sign in to comment.