chore(api/utils): remove unused import

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-12-09 17:48:07 -05:00
parent cd6872b06e
commit f57fd2df84
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -1,5 +1,4 @@
import type { H3Event, EventHandlerRequest } from "h3"; import type { H3Event, EventHandlerRequest } from "h3";
import type { Document } from "mongoose";
import { isFicmasHidden } from "~/lib/functions"; import { isFicmasHidden } from "~/lib/functions";
import { IStory } from "~/models/stories"; import { IStory } from "~/models/stories";
import { messages } from "../constants"; import { messages } from "../constants";