Skip to content

Commit ffeff10

Browse files
committed
Run lint
1 parent 9609242 commit ffeff10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export async function getGitHubUrls(): Promise<GitHubUrls[] | null> {
8484
return {
8585
workspaceUri: r.rootUri,
8686
url,
87-
protocol: new Protocol(url as string)
87+
protocol: new Protocol(url)
8888
};
8989
}
9090
}

0 commit comments

Comments
 (0)