Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Niki2k1 committed Dec 28, 2023
1 parent 5bfbe4f commit 2c5ebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/authjs-nuxt/src/runtime/lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { H3Event } from "h3"
import { eventHandler, getRequestHeaders, getRequestURL, parseCookies } from "h3"
import type { AuthConfig, Session } from "@auth/core/types"
import { getToken } from "@auth/core/jwt"
import { checkOrigin, getAuthJsSecret, getRequestFromEvent, getServerOrigin, makeCookiesFromCookieString } from "../utils"
import { checkOrigin, getAuthJsSecret, getRequestFromEvent, getServerOrigin } from "../utils"

if (!globalThis.crypto) {
// eslint-disable-next-line no-console
Expand Down

0 comments on commit 2c5ebe4

Please sign in to comment.