mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
initial
This commit is contained in:
@@ -117,7 +117,7 @@ def fetch_potential_service(inbound_number, provider_name):
|
||||
|
||||
if not has_inbound_sms_permissions(service.permissions):
|
||||
current_app.logger.error(
|
||||
'Service "{}" does not allow inbound SMS'.format(service.id)
|
||||
'Service "{}" does not allow inbound SMS'.format(service.id), exc_info=True
|
||||
)
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user