Skip to content

Commit 07bdde5

Browse files
Fix missing WithRouteID
Signed-off-by: George Robinson <[email protected]>
1 parent 3cec1e8 commit 07bdde5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dispatch/dispatch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ func (ag *aggrGroup) run(nf notifyFunc) {
453453
ctx = notify.WithRepeatInterval(ctx, ag.opts.RepeatInterval)
454454
ctx = notify.WithMuteTimeIntervals(ctx, ag.opts.MuteTimeIntervals)
455455
ctx = notify.WithActiveTimeIntervals(ctx, ag.opts.ActiveTimeIntervals)
456+
ctx = notify.WithRouteID(ctx, ag.routeID)
456457

457458
// Wait the configured interval before calling flush again.
458459
ag.mtx.Lock()

0 commit comments

Comments
 (0)