Skip to content

Commit

Permalink
fix GetRecentItems
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Nov 6, 2023
1 parent 70ff2ec commit f13de5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/stream/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (s *service) GetRecentItems(ctx context.Context, streams []string, until ti
if err != nil {
log.Printf("Error: %v", err)
span.RecordError(err)
return nil, err
continue
}
for stream, chunk := range chunks {
items[stream] = chunk
Expand Down

0 comments on commit f13de5a

Please sign in to comment.