mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 13:29:48 -04:00
Stop posting job metadata to the API
The API is looking at the S3 metadata for this information now, so there’s no need for us to continue sending it through.
This commit is contained in:
@@ -656,9 +656,6 @@ def start_job(service_id, upload_id):
|
||||
job_api_client.create_job(
|
||||
upload_id,
|
||||
service_id,
|
||||
upload_data.get('template_id'),
|
||||
request.args.get('original_file_name'),
|
||||
upload_data.get('notification_count'),
|
||||
scheduled_for=request.form.get('scheduled_for', '')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user