From 4c634e5300e983ff8f2366c8c8360a7e17d7c8a8 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 16 May 2022 09:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=8D=E5=8D=96=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E9=98=B6=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/guild/handler/auctionHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/servers/guild/handler/auctionHandler.ts b/game-server/app/servers/guild/handler/auctionHandler.ts index db3dcbb03..fef246ca4 100644 --- a/game-server/app/servers/guild/handler/auctionHandler.ts +++ b/game-server/app/servers/guild/handler/auctionHandler.ts @@ -73,7 +73,7 @@ export class AuctionHandler { return resResult(STATUS.AUCTION_GUILD_MEMBER_ONLY); } - if(!checkAuctionStage(auctionStage)) { + if(!await checkAuctionStage(auctionStage)) { res.releaseCallback(); return resResult(STATUS.AUCITON_STAGE_ERR); }