mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-14 20:30:34 +00:00
fix: 错误代码
This commit is contained in:
parent
d10e7c37cb
commit
6b3b163fa8
@ -283,7 +283,7 @@ export class NTQQWebApi {
|
|||||||
this.context.logger.logError.bind(this.context.logger)('获取群聊之火失败');
|
this.context.logger.logError.bind(this.context.logger)('获取群聊之火失败');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (getType === WebHonorType.PERFORMER || getType === WebHonorType.ALL) {
|
if (getType === WebHonorType.LEGEND || getType === WebHonorType.ALL) {
|
||||||
const RetInternal = await getDataInternal(groupCode, 3);
|
const RetInternal = await getDataInternal(groupCode, 3);
|
||||||
if (RetInternal) {
|
if (RetInternal) {
|
||||||
HonorInfo.legend_list = [];
|
HonorInfo.legend_list = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user