diff --git a/shared/pubUtils/util.ts b/shared/pubUtils/util.ts index 75e87a2d0..42ac6eed8 100644 --- a/shared/pubUtils/util.ts +++ b/shared/pubUtils/util.ts @@ -8,7 +8,7 @@ const path = require('path'); import { ABI_STAGE, GACHA_TO_FLOOR, REFRESH_TIME, ROBOT_SYS_TYPE, ITEM_CHANGE_REASON, WAR_TYPE, SHOP_REFRESH_TYPE } from '../consts'; import { findIndex } from 'underscore'; -import { getTimeFunM, getZeroPointD } from './timeUtil'; +import { getZeroPointD } from './timeUtil'; import { Floor } from '../domain/activityField/gachaField'; import { WhiteListModel } from '../db/RegionWhiteList'; import { RewardInter } from './interface';