Compare commits

..

No commits in common. "b80263ed16ac6f2910136123dbb5b016c27155dd" and "138ee2675c5ae7d1552b7b82235517728cad6284" have entirely different histories.

View File

@ -35,7 +35,6 @@ export default async function (call: ApiCall<ReqOpen, ResOpen>) {
if (!cache[call.uid]) cache[call.uid] = {hid:{}};
if (!cache[call.uid][hid]) cache[call.uid][hid] = setInfo;
_info[hid] = setInfo
G.server.sendMsgByUid(call.uid, 'msg_s2c/HongDianChange', ['huodonghd']);
}