Skip to content

Commit

Permalink
Fix data export custom key...
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorcruz committed Jul 7, 2024
1 parent 287417e commit f51d18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/data_exports/export_resources_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def call
data_export.file.attach(
io: StringIO.new(file_data),
filename:,
key: data_export.membership_id,
key: "data_exports/#{data_export.id}.#{data_export.format}",
content_type:
)

Expand Down

0 comments on commit f51d18d

Please sign in to comment.