From 1a0f8be5db79c552a50fde733c69a1835410c515 Mon Sep 17 00:00:00 2001 From: Adrien Fabre Date: Mon, 13 May 2024 18:44:39 +0200 Subject: [PATCH] Fix a bug introduced by prettier fix --- src/_includes/scripts/githubComments.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_includes/scripts/githubComments.js b/src/_includes/scripts/githubComments.js index fd84bc07..b95f6fac 100644 --- a/src/_includes/scripts/githubComments.js +++ b/src/_includes/scripts/githubComments.js @@ -123,4 +123,5 @@ function setupCommentsInPage(commentIssueId) { }); } -setupCommentsInPage({ commentIssueId }); +// prettier-ignore +setupCommentsInPage({{ commentIssueId }});