clean up version lookup code (#804)

This commit is contained in:
Tommaso Sciortino
2025-06-06 16:21:20 -07:00
committed by GitHub
parent e94a10023d
commit 76ec9122c0
5 changed files with 39 additions and 23 deletions

View File

@@ -18,7 +18,6 @@ interface FooterProps {
branchName?: string;
debugMode: boolean;
debugMessage: string;
cliVersion: string;
corgiMode: boolean;
errorCount: number;
showErrorDetails: boolean;