From a50cf661127bb5dd01849a546b2998df050ff37c Mon Sep 17 00:00:00 2001 From: luying Date: Wed, 19 May 2021 20:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=EF=BC=9A=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/Activity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/db/Activity.ts b/shared/db/Activity.ts index 23191e7fe..4c3018482 100644 --- a/shared/db/Activity.ts +++ b/shared/db/Activity.ts @@ -1,7 +1,7 @@ import BaseModel from './BaseModel'; import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose'; import { CounterModel } from './Counter'; -import { COUNTER } from '@consts'; +import { COUNTER } from '../consts'; /** * 活动系统