chore: 移除无用代码

This commit is contained in:
手瓜一十雪
2024-08-26 00:38:19 +08:00
parent d157c53444
commit db63018a82
4 changed files with 7 additions and 19 deletions

View File

@@ -238,7 +238,7 @@ export class NTQQUserApi {
async getUserDetailInfoByUinV2(Uin: string) {
return await this.core.eventWrapper.callNoListenerEvent<(Uin: string) => Promise<UserDetailInfoByUinV2>>
('NodeIKernelProfileService/getUserDetailInfoByUin', 5000, Uin);
('NodeIKernelProfileService/getUserDetailInfoByUin', Uin);
}
async forceFetchClientKey() {