1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 13:39:46 +00:00
الملفات
postal/app/jobs/send_notifications_job.rb
2023-03-16 15:50:53 +00:00

8 أسطر
108 B
Ruby

class SendNotificationsJob < Postal::Job
def perform
Server.send_send_limit_notifications
end
end