Skip to content

Commit

Permalink
fix dont send to hubspot on test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Dec 16, 2024
1 parent 7a6e992 commit 25270a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/services/cms_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def update(self):
self._update_contact(self.user.external_id, data)

def should_add(self):
return True
if settings.DEBUG:
return False
if self.user is None or self.screen.is_test_data is None:
Expand Down

0 comments on commit 25270a4

Please sign in to comment.