Skip to content

Commit

Permalink
Fix StartNormalize Section (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored Sep 29, 2023
1 parent c55b004 commit 5e67e42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flow/activities/flowable.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,7 @@ func (a *FlowableActivity) StartNormalize(

err = a.CatalogMirrorMonitor.UpdateEndTimeForCDCBatch(ctx, input.FlowConnectionConfigs.FlowJobName,
lastSyncBatchID)
if err != nil {
return nil, err
}
return nil, err
} else if err != nil {
return nil, err
}
Expand Down

0 comments on commit 5e67e42

Please sign in to comment.