Fix linting errors resulting from upgrading @typescript-eslint/eslint-plugin to version 8

This commit is contained in:
Robert
2024-08-08 16:17:43 +00:00
parent c90f8056e4
commit b501a04074
30 changed files with 92 additions and 86 deletions

View File

@@ -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;
}