mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
refactor: 移除异常代码
This commit is contained in:
parent
f9a60795f5
commit
914136b750
@ -173,7 +173,8 @@ export class NTQQUserApi {
|
||||
let uid = ret.uidInfo.get(Uin); //通过QQ默认方式转换
|
||||
if (!uid) {
|
||||
Array.from(friends.values()).forEach((t) => {
|
||||
if (t.uid == Uin) {
|
||||
if (t.uin == Uin) {
|
||||
//logDebug('getUidByUin', t.uid, t.uin, Uin);
|
||||
uid = t.uid;
|
||||
}
|
||||
//console.log(t.uid, t.uin, Uin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user