mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Removed trailing whitespace
This commit is contained in:
@@ -157,7 +157,7 @@ class CustomDbScript(Command):
|
||||
service_id = services.id,
|
||||
updated_at = now()
|
||||
FROM services
|
||||
WHERE services.sms_sender = inbound_numbers.number AND
|
||||
WHERE services.sms_sender = inbound_numbers.number AND
|
||||
inbound_numbers.service_id is null
|
||||
"""
|
||||
result = db.session.execute(update)
|
||||
|
||||
Reference in New Issue
Block a user