Skip to content

Commit

Permalink
returns for not supp err case
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Sep 29, 2023
1 parent c55b004 commit 20380dd
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 20380dd

Please sign in to comment.