mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-20 13:48:09 +00:00
Fix typo in AsyncRefresh ID for GenerateAnnualReportWorker (#37096)
This commit is contained in:
@@ -4,7 +4,7 @@ class GenerateAnnualReportWorker
|
|||||||
include Sidekiq::Worker
|
include Sidekiq::Worker
|
||||||
|
|
||||||
def perform(account_id, year)
|
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
|
AnnualReport.new(Account.find(account_id), year).generate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user