Skip to content

Commit

Permalink
general save
Browse files Browse the repository at this point in the history
  • Loading branch information
SamStuckey committed Sep 4, 2024
1 parent 1f8d75f commit 2021bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/sidekiq/form526_state_logging_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2021bca

Please sign in to comment.