chore: clear low-risk lint warnings
This commit is contained in:
@@ -190,7 +190,7 @@ export async function checkGitHubActionsRun(
|
||||
};
|
||||
}
|
||||
|
||||
let failedJobs: string[] = [];
|
||||
let failedJobs: string[];
|
||||
try {
|
||||
failedJobs = await fetchFailedJobs(metadata);
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user