refactor: Add lint rule no-unused-param-in-catch-clause (#5868)
👕 Add lint rule `no-unused-param-in-catch-clause`
This commit is contained in:
@@ -72,7 +72,7 @@ export async function getRepositories(
|
||||
{},
|
||||
{ q, page, per_page },
|
||||
);
|
||||
} catch (_error) {
|
||||
} catch {
|
||||
// will fail if the owner does not have any repositories
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user