mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
try without weird SQLAlchemy flag
This commit is contained in:
@@ -280,7 +280,6 @@ def sanitize_successful_notification_by_id(
|
||||
Notification.id.in_([notification_id]),
|
||||
).update(
|
||||
{'to': phone_prefix, 'normalised_to': phone_prefix, 'status': 'delivered'},
|
||||
synchronize_session=False
|
||||
)
|
||||
db.session.commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user