From aa8da0cb271e596bf5a14c8dc18fe19296fe121e Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 8 Feb 2021 17:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E8=A7=A3=E5=8D=A1=E7=89=87=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=A2=9E=E5=8A=A0=E7=9A=84=E7=89=A9=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/CardController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CardController.ts b/src/controllers/CardController.ts index 0894642..2da4ad6 100644 --- a/src/controllers/CardController.ts +++ b/src/controllers/CardController.ts @@ -193,6 +193,6 @@ export default class CardController extends BaseController { } let result: any = await BagItem.addItems(accountid, items, 'destory_card', itemUse) await BagItem.useItems(accountid, itemUse, 'destory_card') - return result + return items } }