Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Jan 11, 2024
1 parent 301642d commit 8cf22cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temporal/internal/driver/redisv9/keyvalue.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ func (r *RedisV9) GetKeysWithOpts(ctx context.Context,
if firstError != nil {
return keys, firstError
}

if err != nil {
return keys, err
}
Expand Down

0 comments on commit 8cf22cf

Please sign in to comment.