From 5a77779fe7a531e3e658613d954b8bbc94cce837 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 29 Nov 2022 11:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E5=90=8E=E5=8F=B0):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgm=E5=90=8E=E5=8F=B0=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E8=A1=A8=E5=BC=95=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/GMUser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/db/GMUser.ts b/shared/db/GMUser.ts index 774419fb6..25daaf66e 100644 --- a/shared/db/GMUser.ts +++ b/shared/db/GMUser.ts @@ -2,7 +2,7 @@ import { COUNTER } from './../consts'; import { CounterAllModal } from './CounterAll'; import BaseModel from './BaseModel'; import { index, getModelForClass, prop, DocumentType, mongoose, ReturnModelType } from '@typegoose/typegoose'; -import { nowSeconds } from '@pubUtils/timeUtil'; +import { nowSeconds } from '../pubUtils/timeUtil'; const bcrypt = require('bcrypt'); const SALT_WORK_FACTOR = 5