Skip to content

Commit

Permalink
checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Oct 4, 2023
1 parent a476f16 commit 0665d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/scripts.commnunity/fix_social_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

# this person got the right user association?
synced_users = [x for x in synced_users if x.id != current_user.id]
if current_user.email != unverified_email and not synced_users:
continue

print(f'{sid}. {github_id}|{github_login} current:{current_username} current_email:{current_email}')

Expand Down

0 comments on commit 0665d27

Please sign in to comment.