Skip to content

Commit 24f188c

Browse files
committed
Removes optional arg
1 parent 126e10a commit 24f188c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/quickCommand.steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export async function getBranchesAndOrTags(
296296
filter?: { branches?: (b: GitBranch) => boolean; tags?: (t: GitTag) => boolean };
297297
picked?: string | string[];
298298
sort?: boolean | { branches?: BranchSortOptions; tags?: TagSortOptions };
299-
} = {},
299+
},
300300
): Promise<(BranchQuickPickItem | TagQuickPickItem)[]> {
301301
if (repos == null) return [];
302302

0 commit comments

Comments
 (0)