mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
[WIP]
This commit is contained in:
@@ -141,7 +141,6 @@ def create_job(service_id):
|
||||
raise InvalidRequest("Create job is not allowed: service is inactive ", 403)
|
||||
|
||||
data = request.get_json()
|
||||
|
||||
data.update({
|
||||
"service": service_id
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user