Fix linting errors resulting from upgrading @typescript-eslint/eslint-plugin to version 8
This commit is contained in:
@@ -78,7 +78,7 @@ function getNwoOrOwnerFromGitHubUrl(
|
||||
}
|
||||
const nwo = `${paths[0]}/${paths[1]}`;
|
||||
return paths[1] ? nwo : undefined;
|
||||
} catch (e) {
|
||||
} catch {
|
||||
// Ignore the error here, since we catch failures at a higher level.
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user