chore: remove unused import

This commit is contained in:
naskya 2023-09-24 12:38:17 +09:00
parent 615bee61a7
commit 0928a3d93a
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import {
} from "@/misc/populate-emojis.js";
import { db } from "@/db/postgre.js";
import { IdentifiableError } from "@/misc/identifiable-error.js";
import { detect as detectLanguage } from "tinyld";
export async function populatePoll(note: Note, meId: User["id"] | null) {
const poll = await Polls.findOneByOrFail({ noteId: note.id });