Compare commits

..

No commits in common. "9e032536f02850a5fbe9a47f07379177989798bf" and "b46260f4a24474203c2f57750d58e7b3547586b2" have entirely different histories.

View File

@ -44,7 +44,6 @@ export default async function (call: ApiCall<ReqOpen, ResOpen>) {
call.succ({
...data,
enemy: data.enemy || [],
rank: await getMyRank(call.uid)
});
}