Skip to content

Commit

Permalink
Fix some problems
Browse files Browse the repository at this point in the history
Signed-off-by: mickeyzzc <mickey_zzc@163.com>
  • Loading branch information
mickeyzzc committed Nov 21, 2023
1 parent 5fc3349 commit 99605ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/block/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,6 @@ func FixDuplicateSamplesOutsideChunk(last, curr *chunks.Meta) (*chunks.Meta, err
} else {
return curr, nil
}
if ncurr.MinTime == 0 {
ncurr.MinTime = curr.MinTime
}
return ncurr, nil
}

Expand Down

0 comments on commit 99605ca

Please sign in to comment.