Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 1, 2024
1 parent 10e231e commit 3a9922c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions judges/normalize-metrics/normalize-metrics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def fits(name)
true
end

%w[quantity-of-deliverables quality-of-service].each do |kind|
facts = Fbe.fb.query("(eq what '#{kind}')").each.to_a
%w[quantity-of-deliverables quality-of-service].each do |qo|
facts = Fbe.fb.query("(eq what '#{qo}')").each.to_a

facts.sort! { |a, b| a.when <=> b.when }
next if facts.empty?
Expand Down

0 comments on commit 3a9922c

Please sign in to comment.