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";