Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Murrell <[email protected]>
  • Loading branch information
Chris McIntosh and Jared Murrell authored May 25, 2021
1 parent 2df6736 commit fb0824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def sync_team(client=None, owner=None, team_id=None, slug=None):
client=client, owner=owner, team_id=team_id, attribute=USER_SYNC_ATTRIBUTE
)
compare = compare_members(
group=directory_members, team=team_members, attribute=COMPARE_ATTRIBUTE
group=directory_members, team=team_members, attribute=USER_SYNC_ATTRIBUTE
)
if TEST_MODE:
print("Skipping execution due to TEST_MODE...")
Expand Down

0 comments on commit fb0824b

Please sign in to comment.