From 10f6fd452b6984c52e2b9f399352288489a64fac Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 17 Jun 2022 13:27:10 +0800 Subject: [PATCH] =?UTF-8?q?web-server=EF=BC=9A=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';