Skip to content

Commit

Permalink
Include computedvalues map when searching for related resources (#3389)
Browse files Browse the repository at this point in the history
Co-authored-by: Elly Kitoto <[email protected]>
  • Loading branch information
SebaMutuku and ellykits authored Jul 22, 2024
1 parent c56258f commit c67c1dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ constructor(
resources = resources,
relatedResourcesConfigs = resourceConfig.relatedResources,
relatedResourceWrapper = RelatedResourceWrapper(),
configComputedRuleValues = emptyMap(),
configComputedRuleValues = computedValuesMap,
)
}

Expand Down

0 comments on commit c67c1dc

Please sign in to comment.