Skip to content

Commit

Permalink
Remove unit testing code from utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb176 committed Jun 21, 2024
1 parent f6bd3ee commit b9f9ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/utils/check-team-membership.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docs on printing context information into the log.
async function isMemberOfTeam(github, githubUsername, team)
{
try {
const result = await github.rest.teams.getMembershipForUserInOrg({
await github.rest.teams.getMembershipForUserInOrg({
org : 'hackforla',
team_slug : team,
username : githubUsername
Expand Down

0 comments on commit b9f9ca3

Please sign in to comment.