From 08cd36d3027aecdc9ec90b50f16ff704f0069c12 Mon Sep 17 00:00:00 2001
From: Kevin Biju <52661649+heavycrystal@users.noreply.github.com>
Date: Mon, 8 Jan 2024 02:01:03 +0530
Subject: [PATCH] undoing early return (#1015)

undoing earlier PR as part of hotfix
---
 flow/workflows/snapshot_flow.go | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/flow/workflows/snapshot_flow.go b/flow/workflows/snapshot_flow.go
index 014506cf0c..91a5a4dbff 100644
--- a/flow/workflows/snapshot_flow.go
+++ b/flow/workflows/snapshot_flow.go
@@ -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{