Skip to content

Commit 898e1eb

Browse files
committed
TEMP
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent 24ade26 commit 898e1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

branchSequencer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const getBoundariesInclInitialWithSipleBranchTraversal: GetBoundariesInclInitial
120120
argsBase.currentBranch
121121
).then((boundaries) =>
122122
boundaries
123-
.filter((b) => !!b.branchEnd)
123+
.filter((b) => !!b.branchEnd?.length)
124124
.map(
125125
(boundary): SimpleBranchAndCommit => ({
126126
branchEndFullName: boundary.branchEnd!.map((x) => x.name()), // TS ok because of the filter

0 commit comments

Comments
 (0)