Skip to content

Commit 5049cc9

Browse files
committed
Fix bug
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 4a4caf2 commit 5049cc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/pull/patch.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ func AttemptThreeWayMerge(ctx context.Context, gitPath string, gitRepo *git.Repo
236236
}()
237237

238238
numberOfConflicts := 0
239-
pr.ConflictedFiles = make([]string, 0, 5)
240239
conflict := false
241240
conflictedFiles := make([]string, 0, 5)
242241

0 commit comments

Comments
 (0)