1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00
الملفات
postal/app/jobs/requeue_webhooks_job.rb
2017-04-19 13:07:25 +01:00

6 أسطر
94 B
Ruby

class RequeueWebhooksJob < Postal::Job
def perform
WebhookRequest.requeue_all
end
end