From 01bde5b704a3c6bf968b7de7f48227a98bdeeedc Mon Sep 17 00:00:00 2001 From: Kokomi <592981798@qq.com> Date: Sat, 2 Jul 2022 10:38:41 +0800 Subject: [PATCH] =?UTF-8?q?profile=E6=9C=8D=E5=8A=A1=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=AE=9A=E4=B9=89api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Profile.js b/components/Profile.js index 7ff51ced..152b6a77 100644 --- a/components/Profile.js +++ b/components/Profile.js @@ -128,7 +128,7 @@ let Profile = { let data = Profile._get(uid, charId); let Serv = getServ(uid); if (Serv.getCharData && data && data.id) { -f return await Serv.getCharData(uid, data, Profile.saveCharData, { config }); + return await Serv.getCharData(uid, data, Profile.saveCharData, { config }); } return data; },