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; },