From fe3eb44d6115efe36edb6a8dcc28dd02d1b8d4ed Mon Sep 17 00:00:00 2001 From: Kyle Jeong <77771518+Kylejeong2@users.noreply.github.com> Date: Sat, 4 Oct 2025 00:20:30 -0700 Subject: [PATCH 1/9] update urls, ts ignore fix (#8) --- app/api/session/route.ts | 2 +- app/components/NavBar.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/api/session/route.ts b/app/api/session/route.ts index 41f11c6..0965b60 100644 --- a/app/api/session/route.ts +++ b/app/api/session/route.ts @@ -86,7 +86,7 @@ async function createSession(timezone?: string) { width: 2560, height: 1440, }, - // @ts-ignore + // @ts-expect-error - os is not a valid property os: "windows", blockAds: true, advancedStealth: true diff --git a/app/components/NavBar.tsx b/app/components/NavBar.tsx index 2e94247..a170cb8 100644 --- a/app/components/NavBar.tsx +++ b/app/components/NavBar.tsx @@ -31,7 +31,7 @@ export default function NavBar({ >