mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
fixing minor problem, logged ip variable name changed
This commit is contained in:
@@ -80,7 +80,7 @@ def restrict_ip_sms():
|
||||
'message': 'Inbound sms ip address',
|
||||
'log_contents': {
|
||||
'passed': allowed,
|
||||
'ip_address': ip
|
||||
'ip_address': inbound_ip
|
||||
}
|
||||
})
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user