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 77be4d3 commit a476f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/scripts.commnunity/fix_social_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
# proably shouldn't be here if no sync users found?
if not synced_users:
continue

synced_user = sycned_users[0]
synced_user = synced_users[0]

# does the synced user have content?
namespaces = rbac.get_owned_v3_namespaces(synced_user)
Expand Down

0 comments on commit a476f16

Please sign in to comment.