Skip to content

Commit

Permalink
Make sure email is in same context as zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Sep 17, 2024
1 parent 1f6e268 commit 75a1538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/csv_downloader_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def email
@csv_requested_time.in_time_zone('Australia/Sydney'),
filename,
zip_path
).deliver_later
).deliver_now

File.delete(path)
end
Expand Down

0 comments on commit 75a1538

Please sign in to comment.