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