Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
use mdlw mutated event in handlers (patches #143)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfylling committed Jun 8, 2019
1 parent a4fef93 commit e3f1d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (d *dispatcher) dispatch(ctx context.Context, evtName string, evt resource)
}

for _, handler := range spec.handlers {
d.trigger(handler, evt)
d.trigger(handler, localEvt)
}

spec.ctrl.Update()
Expand Down

0 comments on commit e3f1d85

Please sign in to comment.