5442083b3 ^
23aeef52c ^
1 2 3 4 5 6 7
8
9
# frozen_string_literal: true class RemoteProfileUpdateWorker include Sidekiq::Worker sidekiq_options queue: 'pull' def perform(account_id, body, resubscribe); end end