mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Fix typo in AsyncRefresh ID for GenerateAnnualReportWorker (#37096)
This commit is contained in:
@@ -4,7 +4,7 @@ class GenerateAnnualReportWorker
|
||||
include Sidekiq::Worker
|
||||
|
||||
def perform(account_id, year)
|
||||
async_refresh = AsyncRefresh.new("wrapstodon:#{account_id}:#{year}}")
|
||||
async_refresh = AsyncRefresh.new("wrapstodon:#{account_id}:#{year}")
|
||||
|
||||
AnnualReport.new(Account.find(account_id), year).generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user