diff --git a/app/sidekiq/form526_state_logging_job.rb b/app/sidekiq/form526_state_logging_job.rb index d41f103ca81..6de183f9372 100644 --- a/app/sidekiq/form526_state_logging_job.rb +++ b/app/sidekiq/form526_state_logging_job.rb @@ -46,10 +46,10 @@ def base_state def state_as_counts @state_as_counts ||= {}.tap do |abbreviation| - base_state.each do |dp, ids| - abbreviation[:"#{dp}_count"] = ids.count - end - end + base_state.each do |dp, ids| + abbreviation[:"#{dp}_count"] = ids.count + end + end end def write_as_gauges