Skip to content

Commit

Permalink
Remove unnecessary clause
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Feb 18, 2025
1 parent a80d7f4 commit 4d0d779
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go/vt/vtctl/workflow/workflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,6 @@ func (wf *workflowFetcher) scanWorkflow(
if rstream.TimeUpdated == nil {
rstream.TimeUpdated = &vttimepb.Time{}
}
if stream.TimeUpdated == nil {
stream.TimeUpdated = &vttimepb.Time{}
}
stream.TimeUpdated = rstream.TimeUpdated
stream.TransactionTimestamp = rstream.TransactionTimestamp
timeUpdated := time.Unix(stream.TimeUpdated.Seconds, 0)
Expand Down

0 comments on commit 4d0d779

Please sign in to comment.