From c34d9b605e65aab1967c7a8ffd19158758d27fcb Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 9 Nov 2024 15:00:41 +0000 Subject: [PATCH] Remove lodash import --- apps/web/declarations/next-auth.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/declarations/next-auth.d.ts b/apps/web/declarations/next-auth.d.ts index 06c09e2be..efe295dcd 100644 --- a/apps/web/declarations/next-auth.d.ts +++ b/apps/web/declarations/next-auth.d.ts @@ -1,6 +1,5 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ import type { TimeFormat } from "@rallly/database"; -import { extend } from "lodash"; import type { DefaultSession, DefaultUser } from "next-auth"; import NextAuth from "next-auth"; import type { DefaultJWT } from "next-auth/jwt";