We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee6b54 commit 26ba416Copy full SHA for 26ba416
1 file changed
aws/logs_monitoring_go/internal/pipeline/pipeline.go
@@ -26,8 +26,7 @@ func Run[T any](
26
27
g.Go(func() error {
28
defer close(entries)
29
- handler(ctx, event, cfg, entries)
30
- return nil
+ return handler(ctx, event, cfg, entries)
31
})
32
33
0 commit comments