]> cat aescling's git repositories - mastodon.git/blob - app/workers/bootstrap_timeline_worker.rb
Bump aws-sdk-s3 from 1.89.0 to 1.91.0 (#15879)
[mastodon.git] / app / workers / bootstrap_timeline_worker.rb
1 # frozen_string_literal: true
2
3 class BootstrapTimelineWorker
4 include Sidekiq::Worker
5
6 def perform(account_id)
7 BootstrapTimelineService.new.call(Account.find(account_id))
8 end
9 end
This page took 0.070281 seconds and 4 git commands to generate.