mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 15:36:27 +00:00
fix 修复 #更新排名 命令无法获取uid绑定信息 (#641)
This commit is contained in:
parent
c85a22674b
commit
19edc805e7
@ -199,9 +199,7 @@ export default class ProfileRank {
|
|||||||
let uidMap = {}
|
let uidMap = {}
|
||||||
let qqMap = {}
|
let qqMap = {}
|
||||||
let add = (qq, uid, type) => {
|
let add = (qq, uid, type) => {
|
||||||
if (!uidMap || type === 'ck') {
|
uidMap[uid] = { uid, qq, type: type === 'ck' ? 'ck' : 'bind' }
|
||||||
uidMap[uid] = { uid, qq, type: type === 'ck' ? 'ck' : 'bind' }
|
|
||||||
}
|
|
||||||
qqMap[qq] = true
|
qqMap[qq] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user