Skip to content

Commit

Permalink
Merge pull request #1266 from Privado-Inc/khemrajrathore-patch-1
Browse files Browse the repository at this point in the history
Patch - loss of dataflow
  • Loading branch information
khemrajrathore committed Aug 28, 2024
2 parents 15381ff + 3770ffe commit 962fff9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ trait DynamicRuleMerger {
try {

val internalRuleMap = mutable.Map(
internalSinkRules
.filter(rule => rule.domains.nonEmpty && rule.name.nonEmpty)
.map(rule => ((rule.domains.headOption.get, rule.name, rule.filterProperty), rule)): _*
internalSinkRules.map(rule => ((rule.domains.headOption.get, rule.name, rule.filterProperty), rule))*
)

externalSinkRules.foreach { externalRule =>
Expand Down

0 comments on commit 962fff9

Please sign in to comment.