mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
Refactored endpoints
This commit is contained in:
@@ -22,7 +22,6 @@ def dao_get_inbound_number(inbound_number_id):
|
||||
@transactional
|
||||
def dao_set_inbound_number_to_service(service_id, inbound_number):
|
||||
inbound_number.service_id = service_id
|
||||
|
||||
db.session.add(inbound_number)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user