Fix eslint errors

This commit is contained in:
Owen
2026-06-04 10:22:29 -07:00
parent aac25f0a53
commit 6c4cbcab5d
8 changed files with 9 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ export default async function RdpPage() {
const hostname = host.split(":")[0];
let target: GetBrowserTargetResponse | null = null;
let error: string | null = null;
const error: string | null = null;
try {
const res = await priv.get<AxiosResponse<GetBrowserTargetResponse>>(