Skip to content

Commit

Permalink
fix: send all users on paid subscriptions to hubspot (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed May 8, 2024
1 parent fa46ba7 commit 0c79870
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/integrations/lead_tracking/hubspot/lead_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ def should_track(user: FFAdminUser) -> bool:
):
return False

if any(
org.is_paid
for org in user.organisations.select_related("subscription").all()
):
return False

return True

def create_lead(self, user: FFAdminUser, organisation: Organisation = None) -> None:
Expand Down

0 comments on commit 0c79870

Please sign in to comment.