mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Using UTC dates on API validation for scheduled jobs.
This commit is contained in:
@@ -101,6 +101,7 @@ def create_job(service_id):
|
||||
dao_fetch_service_by_id(service_id)
|
||||
|
||||
data = request.get_json()
|
||||
|
||||
data.update({
|
||||
"service": service_id
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user