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({ >