Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dowski committed Nov 14, 2024
1 parent 80cc491 commit 891d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/oauth/convexAuth.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 891d518

Please sign in to comment.