Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-xiong committed Nov 5, 2023
1 parent db947dc commit 37ba88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/generate_origin_transactions_snapshots_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def perform(date: Date.today)
# 生成快照记录
generate_snapshot(transactions_snapshot_info)

GetTransactionsSnapshotInfoSummaryJob.perform_later(snapshot_info, date)
GetTransactionsSnapshotInfoSummaryJob.perform_later(transactions_snapshot_info, date)

# 触发垃圾回收任务
ForceGcJob.perform_later
Expand Down

0 comments on commit 37ba88d

Please sign in to comment.