Skip to content

Commit

Permalink
Merge pull request #14713 from isimluk/bz-tbd
Browse files Browse the repository at this point in the history
Do not pass nil to the assignment mixin
(cherry picked from commit 17e9829)

https://bugzilla.redhat.com/show_bug.cgi?id=1441199
  • Loading branch information
gtanzillo authored and simaishi committed Apr 11, 2017
1 parent 634ca98 commit 7b145d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/metric/chargeback_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def parents_determining_rate
when ContainerProject.name
[parent_ems, MiqEnterprise.my_enterprise].compact
when Container.name
[parent_ems]
[parent_ems].compact
end
end
end

0 comments on commit 7b145d0

Please sign in to comment.