fix: 小问题

This commit is contained in:
手瓜一十雪
2024-08-09 15:31:41 +08:00
parent e4d3f95257
commit ffe480ad44
3 changed files with 3 additions and 3 deletions

View File

@@ -204,7 +204,7 @@ export class NTQQUserApi {
async getUidByUin(Uin: string) {
//此代码仅临时使用,后期会被废弃
if (this.context.basicInfoWrapper.requireMinNTQQBuild('26702')) {
return await this..getUidByUinV2(Uin);
return await this.getUidByUinV2(Uin);
}
return await this.getUidByUinV1(Uin);
}