Skip to content

Commit

Permalink
chore: fix syntax again...
Browse files Browse the repository at this point in the history
  • Loading branch information
devindford committed Aug 7, 2024
1 parent 8edc780 commit bf5e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeowner_review_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
}
}
let approvingTeams = newSet()
let approvingTeams = new Set()
for (const teamSlug of relevantOwners) {
const strippedTeamSlug = teamSlug.replace('@DataDog/', '');
Expand Down

0 comments on commit bf5e328

Please sign in to comment.