mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Fix codestyle
This commit is contained in:
+1
-3
@@ -659,7 +659,5 @@ def update_emails_to_remove_gsi(service_id):
|
|||||||
updated_at = now()
|
updated_at = now()
|
||||||
WHERE id = :user_id
|
WHERE id = :user_id
|
||||||
"""
|
"""
|
||||||
r = db.session.execute(update_stmt, {'user_id': str(user.user_id)})
|
db.session.execute(update_stmt, {'user_id': str(user.user_id)})
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user