From 637abeab9bb9324627825ae86af6c8e8cfc72dc1 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 24 Oct 2022 21:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style(=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=A1=A8):=20=E5=88=A0=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/GMMailRecord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/db/GMMailRecord.ts b/shared/db/GMMailRecord.ts index 254db40a4..7ebae0bee 100644 --- a/shared/db/GMMailRecord.ts +++ b/shared/db/GMMailRecord.ts @@ -1,6 +1,6 @@ import BaseModel from './BaseModel'; -import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose'; +import { getModelForClass, prop, DocumentType } from '@typegoose/typegoose'; import { MailType } from './Mail'; import { GroupMailType } from './GroupMail'; import { ServerMailType } from './ServerMail';