From bf5e328c1251d984368df7620a01d9d2eb51c177 Mon Sep 17 00:00:00 2001 From: Devin Ford Date: Wed, 7 Aug 2024 17:14:09 -0400 Subject: [PATCH] chore: fix syntax again... --- .github/workflows/codeowner_review_status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeowner_review_status.yml b/.github/workflows/codeowner_review_status.yml index 1b435d4b09fcf..fced439c785d1 100644 --- a/.github/workflows/codeowner_review_status.yml +++ b/.github/workflows/codeowner_review_status.yml @@ -143,7 +143,7 @@ jobs: } } - let approvingTeams = newSet() + let approvingTeams = new Set() for (const teamSlug of relevantOwners) { const strippedTeamSlug = teamSlug.replace('@DataDog/', '');