Skip to content

Commit

Permalink
chore: synatx
Browse files Browse the repository at this point in the history
  • Loading branch information
devindford committed Aug 7, 2024
1 parent 765e578 commit f0190cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codeowner_review_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ jobs:
team_slug: teamSlug,
});
return teamMembers.map(teamMember => {
const user = teamMember.login
if (approvals.has(user)) {
return teamSlug
}
const user = teamMember.login;
if (approvals.has(user)) {
return teamSlug;
}
});
} catch (error) {
console.error(`Error checking membership for team ${teamSlug}: ${error}`);
return false;
Expand Down

0 comments on commit f0190cc

Please sign in to comment.