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 aac0ea4 commit 7c92957Copy full SHA for 7c92957
redis.go
@@ -85,7 +85,7 @@ func (hs hooks) processPipeline(
85
ctx context.Context, cmds []Cmder, fn func(context.Context, []Cmder) error,
86
) error {
87
if len(hs.hooks) == 0 {
88
- err := fn(ctx, cmds)
+ err := fn(ctx, cmds)
89
return err
90
}
91
0 commit comments