Apply code scanning fix for disallow unused variables

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Andrew Eisenberg
2024-09-11 19:34:50 -07:00
committed by GitHub
parent b3a197b2b9
commit 333720190f
+1 -3
View File
@@ -68,9 +68,7 @@ export enum JobStatus {
ConfigErrorStatus = "JOB_STATUS_CONFIGURATION_ERROR",
}
const unused = 0;
const unused2 = 0;
const unused3 = 0;
export interface StatusReportBase {
/** Name of the action being executed.