From c5f07ae36be59c805983735c67095263537dc332 Mon Sep 17 00:00:00 2001 From: luying Date: Sat, 17 Oct 2020 10:46:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=90=88=E5=B9=B6=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= 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 51934f4d5..369030e7e 100644 --- a/shared/pubUtils/util.ts +++ b/shared/pubUtils/util.ts @@ -1,4 +1,4 @@ -// import { STATUS } from './../consts/statusCode'; +import { STATUS } from './../consts/statusCode'; import { getGamedata } from './gamedata'; import { HeroModel } from '../db/Hero';