5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-19 19:32:20 +00:00
panel/lib/tasks/distributed_press.rake

11 lines
209 B
Ruby

# frozen_string_literal: true
namespace :distributed_press do
namespace :tokens do
desc 'Renew tokens'
task renew: :environment do
RenewDistributedPressTokensJob.perform_now
end
end
end