From 79d1c438d48ff5c24e06e659eb5c07767760cfa8 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 15 Jun 2021 19:55:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E7=82=B9=EF=BC=9Afix=E8=AE=B8?= =?UTF-8?q?=E6=84=BF=E6=B1=A0=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/battle/handler/wishPoolHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/servers/battle/handler/wishPoolHandler.ts b/game-server/app/servers/battle/handler/wishPoolHandler.ts index 769b10721..0c377bd4e 100644 --- a/game-server/app/servers/battle/handler/wishPoolHandler.ts +++ b/game-server/app/servers/battle/handler/wishPoolHandler.ts @@ -28,7 +28,7 @@ export class WishPoolHandler { if (!userGuild) return resResult(STATUS.WRONG_PARMS); let res = await getWishPool(userGuild); - return resResult(STATUS.SUCCESS, ); + return resResult(STATUS.SUCCESS, res); } // 许愿