Skip to content

Commit

Permalink
metabase search bug
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Feb 26, 2024
1 parent 0f81d20 commit 230faab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/local_object_storage/metabase/select.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ func (db *DB) selectObjectID(
// copy-paste from DB.selectAllFrom
bkt := tx.Bucket(bucketName)
if bkt == nil {
return
continue
}

err := fMatch.matchBucket(bkt, f.Header(), f.Value(), func(k, v []byte) error {
Expand Down

0 comments on commit 230faab

Please sign in to comment.