From f57fd2df841ae2357e2b830c8aaee87a0565e4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 9 Dec 2023 17:48:07 -0500 Subject: [PATCH] chore(api/utils): remove unused import --- lib/server/middlewareButNotReally/storyCheck.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/server/middlewareButNotReally/storyCheck.ts b/lib/server/middlewareButNotReally/storyCheck.ts index 0b4eb4d..cf1448c 100644 --- a/lib/server/middlewareButNotReally/storyCheck.ts +++ b/lib/server/middlewareButNotReally/storyCheck.ts @@ -1,5 +1,4 @@ import type { H3Event, EventHandlerRequest } from "h3"; -import type { Document } from "mongoose"; import { isFicmasHidden } from "~/lib/functions"; import { IStory } from "~/models/stories"; import { messages } from "../constants";