Skip to content

Commit

Permalink
Squash #2013 - Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Oct 1, 2024
1 parent 0ed25f3 commit 0e4f69a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1365,9 +1365,8 @@ class Notification(db.Model):

postage = db.Column(db.String, nullable=True)
billing_code = db.Column(db.String(256), nullable=True)

callback_url = db.Column(db.String(255), nullable=True)

CheckConstraint(
"""
CASE WHEN notification_type = 'letter' THEN
Expand Down

0 comments on commit 0e4f69a

Please sign in to comment.