From c854c5a2014d93ef01b19ff6474158252be75f07 Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Fri, 15 Nov 2024 11:04:38 -0800 Subject: [PATCH] add ) --- .github/workflows/validate-downstream.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-downstream.yml b/.github/workflows/validate-downstream.yml index 04f0d4e0..6c6871fc 100644 --- a/.github/workflows/validate-downstream.yml +++ b/.github/workflows/validate-downstream.yml @@ -73,9 +73,9 @@ jobs: repo, issue_number, }); - const existingComment = comments.data.find(comment => comment.body.startsWith(``); + const existingComment = comments.data.find(comment => comment.body.startsWith(``)); - const postOrUpdateComment = function (body) => { + const postOrUpdateComment = (body) => { if (existingComment) { await github.rest.issues.updateComment({ owner,