From 891d5187b3519f6e099eab0bb08602c1b915e190 Mon Sep 17 00:00:00 2001 From: Christian Wyglendowski Date: Thu, 14 Nov 2024 09:10:18 -0500 Subject: [PATCH] Remove unused import --- src/server/oauth/convexAuth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/oauth/convexAuth.ts b/src/server/oauth/convexAuth.ts index dcf0873..124393d 100644 --- a/src/server/oauth/convexAuth.ts +++ b/src/server/oauth/convexAuth.ts @@ -1,6 +1,6 @@ import { CookieOption, CookiesOptions } from "@auth/core/types.js"; import { requireEnv } from "../utils.js"; -import { InternalProvider, JWTOptions } from "./types.js"; +import { InternalProvider } from "./types.js"; import { SHARED_COOKIE_OPTIONS } from "../cookies.js"; import { fetchOpt } from "./lib/utils/customFetch.js"; import * as o from "oauth4webapi";