Skip to content

Commit fe55d13

Browse files
Merge pull request #1381 from travis-ci/Release_2025-07-09
Release 2025 07 09
2 parents 577cab5 + 4432e35 commit fe55d13

File tree

1 file changed

+1
-2
lines changed
  • lib/travis/api/v3/services/csv_exports

1 file changed

+1
-2
lines changed

lib/travis/api/v3/services/csv_exports/create.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Travis::API::V3
22
module Services::CsvExports
33
class Create < Service
4-
params :report_type, :recipient_email, :expires_in, :start_date, :end_date, prefix: :csv_export
4+
params :recipient_email, :expires_in, :start_date, :end_date, prefix: :csv_export
55

66
def run!
77
owner = query(:owner).find
@@ -33,7 +33,6 @@ def enqueue_csv_export(owner, csv_export_data)
3333
payload = {
3434
'owner_id' => owner.id,
3535
'owner_type' => owner.class.name,
36-
'report_type' => csv_export_data['report_type'],
3736
'recipient_email' => csv_export_data['recipient_email'],
3837
'expires_in' => csv_export_data['expires_in'],
3938
'start_date' => csv_export_data['start_date'],

0 commit comments

Comments
 (0)