Skip to content

Commit

Permalink
Fix bad breakpoint... whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Mar 27, 2024
1 parent 30a619d commit 976e0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def send_in_email(self):
def validate(self):
# Making sure we've got a validation that actually exists.
if not self._value and not self.required:
breakpoint()
return
available_validations = [
validation
for validationId, validation in getValidations()
Expand Down

0 comments on commit 976e0f0

Please sign in to comment.