mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04: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