Skip to content

Commit

Permalink
fix(job): Transform frequency to sym
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Apr 3, 2024
1 parent 843d790 commit ae9dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/notifications_digest_mail_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class NotificationsDigestMailJob < ApplicationJob
queue_as :scheduled

def perform(frequency)
Decidim::NotificationsDigest.notifications_digest(frequency)
Decidim::NotificationsDigest.notifications_digest(frequency.to_sym)
end
end

0 comments on commit ae9dbde

Please sign in to comment.