Skip to content

Commit

Permalink
undoing early return (#1015)
Browse files Browse the repository at this point in the history
undoing earlier PR as part of hotfix
  • Loading branch information
heavycrystal authored Jan 7, 2024
1 parent c688c7a commit 08cd36d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flow/workflows/snapshot_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ func (s *SnapshotFlowExecution) cloneTablesWithSlot(
}

func SnapshotFlowWorkflow(ctx workflow.Context, config *protos.FlowConnectionConfigs) error {
if 1 > 0 {
return nil
}

logger := workflow.GetLogger(ctx)

se := &SnapshotFlowExecution{
Expand Down

0 comments on commit 08cd36d

Please sign in to comment.