develop #23

Merged
cromer merged 4 commits from develop into master 2023-03-05 23:06:27 -03:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 0bfd93150f - Show all commits

View File

@ -250,6 +250,7 @@ void obelisk::KnowledgeBase::checkRule(obelisk::Fact& fact)
auto updateFact = rule.getFact();
updateFact.setIsTrue(1.0);
updateFact.updateIsTrue(dbConnection_);
checkRule(updateFact);
}
}
}