Skip to content

Commit

Permalink
Revert a change made in PR#711 (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshreddy18 authored Mar 20, 2024
1 parent ef07e80 commit 4eb424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/health/heartbeat/heartbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func UpdateFullSnapshotLease(ctx context.Context, logger *logrus.Entry, fullSnap
if err != nil {
return err
}
if rev >= fullSnapshot.LastRevision {
if rev > fullSnapshot.LastRevision {
return nil
}
}
Expand Down

0 comments on commit 4eb424e

Please sign in to comment.