Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalmahajan15 committed Nov 27, 2023
1 parent 8b8ad74 commit 06ebb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (e *Engine) buildPkgInferenceMap(triggers []annotation.FullTrigger) {
// controller is an CallSiteParamAnnotationKey, which must be enclosed in a ArgPass
// consumer, which Kind() method returns Conditional which is not deep. Thus, we pass false
// here.
site := e.primitive.site(*trigger.Controller, false)
site := e.primitive.site(trigger.Controller, false)
ts, ok := controlledTgsBySite[site]
if !ok {
ts = map[annotation.FullTrigger]bool{}
Expand Down

0 comments on commit 06ebb58

Please sign in to comment.