Skip to content

Commit

Permalink
Prefer deliver_now
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Jul 1, 2024
1 parent 6d66395 commit b194bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/aggregation_completed_mailer_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class AggregationCompletedMailerWorker

def perform(agg_id)
aggregation = Aggregation.find(agg_id)
AggregationCompletedMailer.aggregation_complete(aggregation).deliver
AggregationCompletedMailer.aggregation_complete(aggregation).deliver_now
end
end

0 comments on commit b194bc1

Please sign in to comment.