Skip to content

Commit

Permalink
fix: Sync plan_activated_users during sync_teams
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Nov 18, 2024
1 parent 03c73da commit 8774da8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/sync_teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ def run_impl(self, db_session, ownerid, *, username=None, **kwargs):
),
)

# remove user from the org's plan_activated_users


owner.updatestamp = datetime.now()
owner.organizations = team_ids

Expand Down

0 comments on commit 8774da8

Please sign in to comment.