Skip to content

Commit 8129a29

Browse files
committed
ignoring error bug fix
1 parent 1078fb3 commit 8129a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/broadcaster/process.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func (b *Broadcaster) Start(ctx context.Context) error {
115115
break
116116
} else if !data.Save {
117117
// if the message does not need to be saved, we can skip retry
118+
err = nil
118119
break
119120
}
120121
b.logger.Warn("retry", zap.Int("count", retry), zap.String("error", err.Error()))

0 commit comments

Comments
 (0)