Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Merge c3c6b7c into 0f7cb7a
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanIrimie committed Apr 9, 2020
2 parents 0f7cb7a + c3c6b7c commit 438d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/fact_collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def initialize

def build_fact_collection!(facts)
facts.each do |fact|
next if fact.type == :core && fact.value.nil?
next if fact.value.nil?

bury_fact(fact)
end
Expand Down

0 comments on commit 438d82d

Please sign in to comment.