4d3c265042
Co-authored-by: Stanko K.R. <stanko@stanko.io>
6 lines
107 B
Ruby
6 lines
107 B
Ruby
class Webhook::CleanupDeliveriesJob < ApplicationJob
|
|
def perform
|
|
Webhook::Delivery.cleanup
|
|
end
|
|
end
|