Clean up types

This commit is contained in:
Owen
2026-05-22 12:12:46 -07:00
parent 715b957660
commit fe67e8e384
3 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default async function VncPage() {
const host = headersList.get("host") || "";
const hostname = host.split(":")[0];
let target: { ip: string; port: number; authToken: string } | null = null;
let target: GetBrowserTargetResponse | null = null;
let error: string | null = null;
try {