Skip to content

Commit

Permalink
prevent update_hubspot_extra_fields from running
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed May 30, 2024
1 parent 964b32d commit 5700ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screener/one_time_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def fix_insurance():


def update_hubspot_extra_fields():
raise Exception("Do not run in production. Will overide some contact info.")
screens = list(Screen.objects.filter(user__isnull=False))
hubspot = Hubspot()

Expand Down

0 comments on commit 5700ce0

Please sign in to comment.