Revert "Chore: Update typescript to 4.9.3 (#60538)" (#60774)

This reverts commit 51f5334748d8347707a63414e5d14a3aeeff04ee.
This commit is contained in:
Dominik Prokop
2022-12-27 06:30:52 -08:00
committed by GitHub
parent 0d65063d0b
commit 9b7418ec17
17 changed files with 58 additions and 57 deletions

View File

@ -40,7 +40,7 @@ const checkoutBranch = async (branchName: string): Promise<Command> => {
};
const gitUrlParse = (url: string): { owner: string; name: string } => {
let matchResult: string[] | null = [];
let matchResult: RegExpMatchArray | null = [];
if (url.match(/^git@github.com/)) {
// We have an ssh style url.